7#include <aws/controltower/ControlTowerRequest.h>
8#include <aws/controltower/ControlTower_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ControlTower {
37 template <
typename OperationIdentifierT = Aws::String>
39 m_operationIdentifierHasBeenSet =
true;
40 m_operationIdentifier = std::forward<OperationIdentifierT>(value);
42 template <
typename OperationIdentifierT = Aws::String>
50 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