7#include <aws/ssm-sap/SsmSap_EXPORTS.h>
8#include <aws/ssm-sap/model/Application.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ApplicationT = Application>
42 void SetApplication(ApplicationT&& value) { m_applicationHasBeenSet =
true; m_application = std::forward<ApplicationT>(value); }
43 template<
typename ApplicationT = Application>
52 template<
typename OperationIdT = Aws::String>
53 void SetOperationId(OperationIdT&& value) { m_operationIdHasBeenSet =
true; m_operationId = std::forward<OperationIdT>(value); }
54 template<
typename OperationIdT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_applicationHasBeenSet =
false;
72 bool m_operationIdHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
void SetApplication(ApplicationT &&value)
const Application & GetApplication() const
void SetOperationId(OperationIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetOperationId() const
AWS_SSMSAP_API RegisterApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SSMSAP_API RegisterApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RegisterApplicationResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
RegisterApplicationResult & WithApplication(ApplicationT &&value)
AWS_SSMSAP_API RegisterApplicationResult()=default
RegisterApplicationResult & WithOperationId(OperationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue