7#include <aws/controltower/ControlTowerRequest.h>
8#include <aws/controltower/ControlTower_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ControlTower {
41 template <
typename ControlIdentifierT = Aws::String>
43 m_controlIdentifierHasBeenSet =
true;
44 m_controlIdentifier = std::forward<ControlIdentifierT>(value);
46 template <
typename ControlIdentifierT = Aws::String>
62 template <
typename TargetIdentifierT = Aws::String>
64 m_targetIdentifierHasBeenSet =
true;
65 m_targetIdentifier = std::forward<TargetIdentifierT>(value);
67 template <
typename TargetIdentifierT = Aws::String>
81 template <
typename EnabledControlIdentifierT = Aws::String>
83 m_enabledControlIdentifierHasBeenSet =
true;
84 m_enabledControlIdentifier = std::forward<EnabledControlIdentifierT>(value);
86 template <
typename EnabledControlIdentifierT = Aws::String>
98 bool m_controlIdentifierHasBeenSet =
false;
99 bool m_targetIdentifierHasBeenSet =
false;
100 bool m_enabledControlIdentifierHasBeenSet =
false;
const Aws::String & GetControlIdentifier() const
void SetControlIdentifier(ControlIdentifierT &&value)
DisableControlRequest & WithTargetIdentifier(TargetIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetEnabledControlIdentifier(EnabledControlIdentifierT &&value)
bool EnabledControlIdentifierHasBeenSet() const
bool ControlIdentifierHasBeenSet() const
void SetTargetIdentifier(TargetIdentifierT &&value)
DisableControlRequest & WithControlIdentifier(ControlIdentifierT &&value)
const Aws::String & GetTargetIdentifier() const
DisableControlRequest & WithEnabledControlIdentifier(EnabledControlIdentifierT &&value)
bool TargetIdentifierHasBeenSet() const
AWS_CONTROLTOWER_API DisableControlRequest()=default
const Aws::String & GetEnabledControlIdentifier() const
AWS_CONTROLTOWER_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String