7#include <aws/controlcatalog/ControlCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/controlcatalog/model/AssociatedDomainSummary.h>
10#include <aws/controlcatalog/model/AssociatedObjectiveSummary.h>
11#include <aws/core/utils/DateTime.h>
24namespace ControlCatalog
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
85 template<
typename DomainT = AssociatedDomainSummary>
86 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
87 template<
typename DomainT = AssociatedDomainSummary>
97 template<
typename ObjectiveT = AssociatedObjectiveSummary>
98 void SetObjective(ObjectiveT&& value) { m_objectiveHasBeenSet =
true; m_objective = std::forward<ObjectiveT>(value); }
99 template<
typename ObjectiveT = AssociatedObjectiveSummary>
109 template<
typename CreateTimeT = Aws::Utils::DateTime>
110 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
111 template<
typename CreateTimeT = Aws::Utils::DateTime>
121 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
122 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
123 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
129 bool m_arnHasBeenSet =
false;
132 bool m_nameHasBeenSet =
false;
135 bool m_descriptionHasBeenSet =
false;
138 bool m_domainHasBeenSet =
false;
141 bool m_objectiveHasBeenSet =
false;
144 bool m_createTimeHasBeenSet =
false;
147 bool m_lastUpdateTimeHasBeenSet =
false;
const Aws::String & GetDescription() const
AWS_CONTROLCATALOG_API CommonControlSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DomainHasBeenSet() const
const Aws::Utils::DateTime & GetCreateTime() const
void SetName(NameT &&value)
AWS_CONTROLCATALOG_API CommonControlSummary()=default
bool ArnHasBeenSet() const
CommonControlSummary & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdateTime() const
CommonControlSummary & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
CommonControlSummary & WithDomain(DomainT &&value)
void SetDescription(DescriptionT &&value)
CommonControlSummary & WithName(NameT &&value)
AWS_CONTROLCATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDomain(DomainT &&value)
void SetCreateTime(CreateTimeT &&value)
bool CreateTimeHasBeenSet() const
CommonControlSummary & WithLastUpdateTime(LastUpdateTimeT &&value)
bool LastUpdateTimeHasBeenSet() const
const AssociatedObjectiveSummary & GetObjective() const
bool ObjectiveHasBeenSet() const
const AssociatedDomainSummary & GetDomain() const
CommonControlSummary & WithObjective(ObjectiveT &&value)
bool NameHasBeenSet() const
AWS_CONTROLCATALOG_API CommonControlSummary(Aws::Utils::Json::JsonView jsonValue)
void SetLastUpdateTime(LastUpdateTimeT &&value)
const Aws::String & GetArn() const
void SetObjective(ObjectiveT &&value)
const Aws::String & GetName() const
CommonControlSummary & WithCreateTime(CreateTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue