7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/controltower/ControlTowerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetOperationIdentifier(
const char* value) { m_operationIdentifierHasBeenSet =
true; m_operationIdentifier.assign(value); }
52 bool m_operationIdentifierHasBeenSet =
false;
void SetOperationIdentifier(Aws::String &&value)
GetControlOperationRequest & WithOperationIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetOperationIdentifier() const
void SetOperationIdentifier(const char *value)
GetControlOperationRequest & WithOperationIdentifier(const Aws::String &value)
void SetOperationIdentifier(const Aws::String &value)
GetControlOperationRequest & WithOperationIdentifier(Aws::String &&value)
AWS_CONTROLTOWER_API GetControlOperationRequest()
bool OperationIdentifierHasBeenSet() const
AWS_CONTROLTOWER_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String