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/core/utils/DateTime.h>
23namespace ControlCatalog
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
84 template<
typename DomainT = AssociatedDomainSummary>
85 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
86 template<
typename DomainT = AssociatedDomainSummary>
96 template<
typename CreateTimeT = Aws::Utils::DateTime>
97 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
98 template<
typename CreateTimeT = Aws::Utils::DateTime>
108 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
109 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
110 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
116 bool m_arnHasBeenSet =
false;
119 bool m_nameHasBeenSet =
false;
122 bool m_descriptionHasBeenSet =
false;
125 bool m_domainHasBeenSet =
false;
128 bool m_createTimeHasBeenSet =
false;
131 bool m_lastUpdateTimeHasBeenSet =
false;
void SetDomain(DomainT &&value)
bool DomainHasBeenSet() const
AWS_CONTROLCATALOG_API ObjectiveSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ObjectiveSummary & WithDomain(DomainT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
ObjectiveSummary & WithArn(ArnT &&value)
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetLastUpdateTime() const
const Aws::String & GetDescription() const
bool LastUpdateTimeHasBeenSet() const
void SetArn(ArnT &&value)
bool DescriptionHasBeenSet() const
ObjectiveSummary & WithDescription(DescriptionT &&value)
bool ArnHasBeenSet() const
ObjectiveSummary & WithLastUpdateTime(LastUpdateTimeT &&value)
AWS_CONTROLCATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreateTime(CreateTimeT &&value)
AWS_CONTROLCATALOG_API ObjectiveSummary(Aws::Utils::Json::JsonView jsonValue)
void SetLastUpdateTime(LastUpdateTimeT &&value)
ObjectiveSummary & WithCreateTime(CreateTimeT &&value)
ObjectiveSummary & WithName(NameT &&value)
const AssociatedDomainSummary & GetDomain() const
const Aws::Utils::DateTime & GetCreateTime() const
bool CreateTimeHasBeenSet() const
const Aws::String & GetArn() const
AWS_CONTROLCATALOG_API ObjectiveSummary()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue