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