7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
50 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
64 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
65 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
79 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
93 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
134 inline void SetCreatedBy(
const char* value) { m_createdByHasBeenSet =
true; m_createdBy.assign(value); }
142 bool m_idHasBeenSet =
false;
145 bool m_arnHasBeenSet =
false;
148 bool m_nameHasBeenSet =
false;
151 bool m_descriptionHasBeenSet =
false;
154 bool m_creationTimeHasBeenSet =
false;
157 bool m_lastUpdateTimeHasBeenSet =
false;
160 bool m_createdByHasBeenSet =
false;
void SetName(const char *value)
AWS_APPREGISTRY_API AttributeGroupSummary()
void SetArn(const Aws::String &value)
AttributeGroupSummary & WithDescription(const Aws::String &value)
AWS_APPREGISTRY_API AttributeGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AttributeGroupSummary & WithName(const Aws::String &value)
AttributeGroupSummary & WithDescription(Aws::String &&value)
void SetDescription(const char *value)
void SetName(Aws::String &&value)
void SetDescription(Aws::String &&value)
bool DescriptionHasBeenSet() const
AttributeGroupSummary & WithCreatedBy(Aws::String &&value)
AttributeGroupSummary & WithArn(const char *value)
bool ArnHasBeenSet() const
void SetName(const Aws::String &value)
AttributeGroupSummary & WithId(const Aws::String &value)
AttributeGroupSummary & WithArn(Aws::String &&value)
AttributeGroupSummary & WithLastUpdateTime(Aws::Utils::DateTime &&value)
bool NameHasBeenSet() const
void SetCreatedBy(Aws::String &&value)
void SetCreatedBy(const char *value)
const Aws::String & GetName() const
AttributeGroupSummary & WithCreationTime(Aws::Utils::DateTime &&value)
AttributeGroupSummary & WithId(const char *value)
AttributeGroupSummary & WithName(const char *value)
AWS_APPREGISTRY_API AttributeGroupSummary(Aws::Utils::Json::JsonView jsonValue)
AttributeGroupSummary & WithId(Aws::String &&value)
AttributeGroupSummary & WithArn(const Aws::String &value)
void SetCreationTime(Aws::Utils::DateTime &&value)
void SetLastUpdateTime(const Aws::Utils::DateTime &value)
AttributeGroupSummary & WithCreatedBy(const char *value)
void SetLastUpdateTime(Aws::Utils::DateTime &&value)
bool LastUpdateTimeHasBeenSet() const
void SetId(Aws::String &&value)
const Aws::String & GetCreatedBy() const
const Aws::String & GetDescription() const
AWS_APPREGISTRY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetId(const char *value)
AttributeGroupSummary & WithCreationTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetId() const
AttributeGroupSummary & WithLastUpdateTime(const Aws::Utils::DateTime &value)
void SetId(const Aws::String &value)
void SetArn(const char *value)
bool CreatedByHasBeenSet() const
AttributeGroupSummary & WithDescription(const char *value)
void SetCreationTime(const Aws::Utils::DateTime &value)
bool IdHasBeenSet() const
void SetArn(Aws::String &&value)
const Aws::Utils::DateTime & GetLastUpdateTime() const
AttributeGroupSummary & WithName(Aws::String &&value)
AttributeGroupSummary & WithCreatedBy(const Aws::String &value)
void SetCreatedBy(const Aws::String &value)
const Aws::String & GetArn() const
void SetDescription(const Aws::String &value)
bool CreationTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue