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