7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/controltower/ControlTowerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename ControlIdentifierT = Aws::String>
46 void SetControlIdentifier(ControlIdentifierT&& value) { m_controlIdentifierHasBeenSet =
true; m_controlIdentifier = std::forward<ControlIdentifierT>(value); }
47 template<
typename ControlIdentifierT = Aws::String>
60 template<
typename TargetIdentifierT = Aws::String>
61 void SetTargetIdentifier(TargetIdentifierT&& value) { m_targetIdentifierHasBeenSet =
true; m_targetIdentifier = std::forward<TargetIdentifierT>(value); }
62 template<
typename TargetIdentifierT = Aws::String>
68 bool m_controlIdentifierHasBeenSet =
false;
71 bool m_targetIdentifierHasBeenSet =
false;
const Aws::String & GetControlIdentifier() const
void SetControlIdentifier(ControlIdentifierT &&value)
DisableControlRequest & WithTargetIdentifier(TargetIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
bool ControlIdentifierHasBeenSet() const
void SetTargetIdentifier(TargetIdentifierT &&value)
DisableControlRequest & WithControlIdentifier(ControlIdentifierT &&value)
const Aws::String & GetTargetIdentifier() const
bool TargetIdentifierHasBeenSet() const
AWS_CONTROLTOWER_API DisableControlRequest()=default
AWS_CONTROLTOWER_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String