7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ControlTower {
37 template <
typename OperationIdentifierT = Aws::String>
39 m_operationIdentifierHasBeenSet =
true;
40 m_operationIdentifier = std::forward<OperationIdentifierT>(value);
42 template <
typename OperationIdentifierT = Aws::String>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_operationIdentifierHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
UpdateLandingZoneResult & WithOperationIdentifier(OperationIdentifierT &&value)
AWS_CONTROLTOWER_API UpdateLandingZoneResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateLandingZoneResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetOperationIdentifier() const
const Aws::String & GetRequestId() const
AWS_CONTROLTOWER_API UpdateLandingZoneResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONTROLTOWER_API UpdateLandingZoneResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
void SetOperationIdentifier(OperationIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue