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 EnabledControlIdentifierT = Aws::String>
39 m_enabledControlIdentifierHasBeenSet =
true;
40 m_enabledControlIdentifier = std::forward<EnabledControlIdentifierT>(value);
42 template <
typename EnabledControlIdentifierT = Aws::String>
50 bool m_enabledControlIdentifierHasBeenSet =
false;
const Aws::String & GetEnabledControlIdentifier() const
AWS_CONTROLTOWER_API Aws::String SerializePayload() const override
void SetEnabledControlIdentifier(EnabledControlIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CONTROLTOWER_API GetEnabledControlRequest()=default
GetEnabledControlRequest & WithEnabledControlIdentifier(EnabledControlIdentifierT &&value)
bool EnabledControlIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String