72 inline void SetSha1(
const char* value) { m_sha1HasBeenSet =
true; m_sha1.assign(value); }
114 inline void SetHash(
const char* value) { m_hashHasBeenSet =
true; m_hash.assign(value); }
177 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
212 inline void SetOwner(
const char* value) { m_ownerHasBeenSet =
true; m_owner.assign(value); }
297 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
386 bool m_sha1HasBeenSet;
388 bool m_hashHasBeenSet;
390 bool m_hashTypeHasBeenSet;
392 bool m_nameHasBeenSet;
394 bool m_ownerHasBeenSet;
396 bool m_createdDateHasBeenSet;
398 bool m_statusHasBeenSet;
400 bool m_descriptionHasBeenSet;
402 bool m_parametersHasBeenSet;
404 bool m_platformTypesHasBeenSet;
DocumentDescription & WithDescription(const char *value)
const Aws::Vector< PlatformType > & GetPlatformTypes() const
DocumentDescription & WithCreatedDate(const Aws::Utils::DateTime &value)
DocumentDescription & WithSha1(const Aws::String &value)
void SetOwner(const Aws::String &value)
DocumentDescription & WithStatus(const DocumentStatus &value)
DocumentDescription & WithParameters(const Aws::Vector< DocumentParameter > &value)
void SetDescription(Aws::String &&value)
const Aws::String & GetHash() const
void SetStatus(DocumentStatus &&value)
DocumentDescription & WithParameters(Aws::Vector< DocumentParameter > &&value)
void SetDescription(const Aws::String &value)
DocumentDescription & WithName(const Aws::String &value)
DocumentDescription & WithName(Aws::String &&value)
void SetHashType(const DocumentHashType &value)
DocumentDescription & AddPlatformTypes(PlatformType &&value)
DocumentDescription & WithHash(const char *value)
void SetName(Aws::String &&value)
std::vector< T, Aws::Allocator< T > > Vector
void SetParameters(Aws::Vector< DocumentParameter > &&value)
DocumentDescription & WithDescription(Aws::String &&value)
void SetParameters(const Aws::Vector< DocumentParameter > &value)
void SetSha1(const Aws::String &value)
void SetSha1(Aws::String &&value)
DocumentDescription & AddParameters(const DocumentParameter &value)
void SetHash(const char *value)
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetCreatedDate() const
DocumentDescription & WithHash(Aws::String &&value)
DocumentDescription & WithStatus(DocumentStatus &&value)
DocumentDescription & WithDescription(const Aws::String &value)
void SetHashType(DocumentHashType &&value)
void SetHash(Aws::String &&value)
DocumentDescription & AddPlatformTypes(const PlatformType &value)
void SetSha1(const char *value)
const Aws::Vector< DocumentParameter > & GetParameters() const
DocumentDescription & WithName(const char *value)
void SetName(const Aws::String &value)
const Aws::String & GetName() const
DocumentDescription & AddParameters(DocumentParameter &&value)
const Aws::String & GetOwner() const
DocumentDescription & WithSha1(Aws::String &&value)
void SetDescription(const char *value)
void SetStatus(const DocumentStatus &value)
const Aws::String & GetSha1() const
DocumentDescription & WithHash(const Aws::String &value)
void SetOwner(Aws::String &&value)
void SetCreatedDate(const Aws::Utils::DateTime &value)
void SetName(const char *value)
DocumentDescription & WithHashType(const DocumentHashType &value)
const DocumentStatus & GetStatus() const
DocumentDescription & WithOwner(const Aws::String &value)
DocumentDescription & WithPlatformTypes(Aws::Vector< PlatformType > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DocumentDescription & WithSha1(const char *value)
DocumentDescription & WithOwner(const char *value)
DocumentDescription & WithOwner(Aws::String &&value)
void SetPlatformTypes(const Aws::Vector< PlatformType > &value)
DocumentDescription & WithPlatformTypes(const Aws::Vector< PlatformType > &value)
DocumentDescription & WithHashType(DocumentHashType &&value)
void SetOwner(const char *value)
const DocumentHashType & GetHashType() const
void SetCreatedDate(Aws::Utils::DateTime &&value)
void SetPlatformTypes(Aws::Vector< PlatformType > &&value)
JSON (JavaScript Object Notation).
DocumentDescription & WithCreatedDate(Aws::Utils::DateTime &&value)
void SetHash(const Aws::String &value)