7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/controltower/model/DriftStatusSummary.h>
9#include <aws/controltower/model/EnablementStatusSummary.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ControlTower {
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename ControlIdentifierT = Aws::String>
63 m_controlIdentifierHasBeenSet =
true;
64 m_controlIdentifier = std::forward<ControlIdentifierT>(value);
66 template <
typename ControlIdentifierT = Aws::String>
79 template <
typename TargetIdentifierT = Aws::String>
81 m_targetIdentifierHasBeenSet =
true;
82 m_targetIdentifier = std::forward<TargetIdentifierT>(value);
84 template <
typename TargetIdentifierT = Aws::String>
97 template <
typename StatusSummaryT = EnablementStatusSummary>
99 m_statusSummaryHasBeenSet =
true;
100 m_statusSummary = std::forward<StatusSummaryT>(value);
102 template <
typename StatusSummaryT = EnablementStatusSummary>
115 template <
typename DriftStatusSummaryT = DriftStatusSummary>
117 m_driftStatusSummaryHasBeenSet =
true;
118 m_driftStatusSummary = std::forward<DriftStatusSummaryT>(value);
120 template <
typename DriftStatusSummaryT = DriftStatusSummary>
134 template <
typename ParentIdentifierT = Aws::String>
136 m_parentIdentifierHasBeenSet =
true;
137 m_parentIdentifier = std::forward<ParentIdentifierT>(value);
139 template <
typename ParentIdentifierT = Aws::String>
157 bool m_arnHasBeenSet =
false;
158 bool m_controlIdentifierHasBeenSet =
false;
159 bool m_targetIdentifierHasBeenSet =
false;
160 bool m_statusSummaryHasBeenSet =
false;
161 bool m_driftStatusSummaryHasBeenSet =
false;
162 bool m_parentIdentifierHasBeenSet =
false;
EnabledControlSummary & WithStatusSummary(StatusSummaryT &&value)
bool ControlIdentifierHasBeenSet() const
bool TargetIdentifierHasBeenSet() const
void SetControlIdentifier(ControlIdentifierT &&value)
const Aws::String & GetControlIdentifier() const
EnabledControlSummary & WithArn(ArnT &&value)
void SetTargetIdentifier(TargetIdentifierT &&value)
void SetParentIdentifier(ParentIdentifierT &&value)
bool StatusSummaryHasBeenSet() const
EnabledControlSummary & WithControlIdentifier(ControlIdentifierT &&value)
EnabledControlSummary & WithTargetIdentifier(TargetIdentifierT &&value)
const EnablementStatusSummary & GetStatusSummary() const
void SetStatusSummary(StatusSummaryT &&value)
AWS_CONTROLTOWER_API EnabledControlSummary(Aws::Utils::Json::JsonView jsonValue)
EnabledControlSummary & WithDriftStatusSummary(DriftStatusSummaryT &&value)
const DriftStatusSummary & GetDriftStatusSummary() const
EnabledControlSummary & WithParentIdentifier(ParentIdentifierT &&value)
const Aws::String & GetArn() const
void SetDriftStatusSummary(DriftStatusSummaryT &&value)
bool DriftStatusSummaryHasBeenSet() const
AWS_CONTROLTOWER_API EnabledControlSummary()=default
void SetArn(ArnT &&value)
bool ParentIdentifierHasBeenSet() const
bool ArnHasBeenSet() const
AWS_CONTROLTOWER_API EnabledControlSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTargetIdentifier() const
AWS_CONTROLTOWER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetParentIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue