7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm-sap/SsmSap_EXPORTS.h>
9#include <aws/ssm-sap/model/Application.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ApplicationT = Application>
37 m_applicationHasBeenSet =
true;
38 m_application = std::forward<ApplicationT>(value);
40 template <
typename ApplicationT = Application>
52 template <
typename OperationIdT = Aws::String>
54 m_operationIdHasBeenSet =
true;
55 m_operationId = std::forward<OperationIdT>(value);
57 template <
typename OperationIdT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
84 bool m_applicationHasBeenSet =
false;
85 bool m_operationIdHasBeenSet =
false;
86 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