7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm-sap/SsmSap_EXPORTS.h>
10#include <aws/ssm-sap/model/Application.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ApplicationT = Application>
38 m_applicationHasBeenSet =
true;
39 m_application = std::forward<ApplicationT>(value);
41 template <
typename ApplicationT = Application>
53 template <
typename OperationIdT = Aws::String>
55 m_operationIdHasBeenSet =
true;
56 m_operationId = std::forward<OperationIdT>(value);
58 template <
typename OperationIdT = Aws::String>
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
88 bool m_applicationHasBeenSet =
false;
89 bool m_operationIdHasBeenSet =
false;
90 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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