7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/controltower/ControlTowerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename OperationIdentifierT = Aws::String>
42 void SetOperationIdentifier(OperationIdentifierT&& value) { m_operationIdentifierHasBeenSet =
true; m_operationIdentifier = std::forward<OperationIdentifierT>(value); }
43 template<
typename OperationIdentifierT = Aws::String>
49 bool m_operationIdentifierHasBeenSet =
false;
const Aws::String & GetOperationIdentifier() const
AWS_CONTROLTOWER_API GetLandingZoneOperationRequest()=default
void SetOperationIdentifier(OperationIdentifierT &&value)
bool OperationIdentifierHasBeenSet() const
AWS_CONTROLTOWER_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetLandingZoneOperationRequest & WithOperationIdentifier(OperationIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String