7#include <aws/controlcatalog/ControlCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace ControlCatalog
47 template<
typename ArnT = Aws::String>
48 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
49 template<
typename ArnT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
83 template<
typename CreateTimeT = Aws::Utils::DateTime>
84 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
85 template<
typename CreateTimeT = Aws::Utils::DateTime>
95 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
96 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
97 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
103 bool m_arnHasBeenSet =
false;
106 bool m_nameHasBeenSet =
false;
109 bool m_descriptionHasBeenSet =
false;
112 bool m_createTimeHasBeenSet =
false;
115 bool m_lastUpdateTimeHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
DomainSummary & WithLastUpdateTime(LastUpdateTimeT &&value)
bool NameHasBeenSet() const
void SetLastUpdateTime(LastUpdateTimeT &&value)
void SetArn(ArnT &&value)
void SetCreateTime(CreateTimeT &&value)
DomainSummary & WithName(NameT &&value)
DomainSummary & WithArn(ArnT &&value)
DomainSummary & WithCreateTime(CreateTimeT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetLastUpdateTime() const
AWS_CONTROLCATALOG_API DomainSummary()=default
void SetName(NameT &&value)
bool ArnHasBeenSet() const
bool LastUpdateTimeHasBeenSet() const
bool CreateTimeHasBeenSet() const
AWS_CONTROLCATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONTROLCATALOG_API DomainSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::String & GetName() const
DomainSummary & WithDescription(DescriptionT &&value)
AWS_CONTROLCATALOG_API DomainSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue