64 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
99 inline void SetOwner(
const char* value) { m_ownerHasBeenSet =
true; m_owner.assign(value); }
153 bool m_nameHasBeenSet;
155 bool m_ownerHasBeenSet;
157 bool m_platformTypesHasBeenSet;
DocumentIdentifier & WithPlatformTypes(const Aws::Vector< PlatformType > &value)
void SetOwner(Aws::String &&value)
DocumentIdentifier & WithPlatformTypes(Aws::Vector< PlatformType > &&value)
void SetOwner(const Aws::String &value)
void SetName(const char *value)
std::vector< T, Aws::Allocator< T > > Vector
void SetPlatformTypes(Aws::Vector< PlatformType > &&value)
const Aws::String & GetOwner() const
const Aws::Vector< PlatformType > & GetPlatformTypes() const
void SetPlatformTypes(const Aws::Vector< PlatformType > &value)
DocumentIdentifier & WithOwner(Aws::String &&value)
DocumentIdentifier & WithOwner(const Aws::String &value)
void SetOwner(const char *value)
DocumentIdentifier & AddPlatformTypes(const PlatformType &value)
const Aws::String & GetName() const
void SetName(const Aws::String &value)
void SetName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DocumentIdentifier & WithName(Aws::String &&value)
DocumentIdentifier & WithName(const Aws::String &value)
DocumentIdentifier & WithOwner(const char *value)
DocumentIdentifier & AddPlatformTypes(PlatformType &&value)
JSON (JavaScript Object Notation).
DocumentIdentifier & WithName(const char *value)