7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ssm/model/InventoryItemAttribute.h>
55 inline void SetTypeName(
const char* value) { m_typeNameHasBeenSet =
true; m_typeName.assign(value); }
69 inline void SetVersion(
const char* value) { m_versionHasBeenSet =
true; m_version.assign(value); }
99 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
107 bool m_typeNameHasBeenSet =
false;
110 bool m_versionHasBeenSet =
false;
113 bool m_attributesHasBeenSet =
false;
116 bool m_displayNameHasBeenSet =
false;
void SetTypeName(Aws::String &&value)
void SetDisplayName(Aws::String &&value)
void SetVersion(Aws::String &&value)
InventoryItemSchema & AddAttributes(const InventoryItemAttribute &value)
InventoryItemSchema & WithVersion(const Aws::String &value)
void SetTypeName(const Aws::String &value)
void SetAttributes(Aws::Vector< InventoryItemAttribute > &&value)
AWS_SSM_API InventoryItemSchema & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API InventoryItemSchema(Aws::Utils::Json::JsonView jsonValue)
InventoryItemSchema & WithAttributes(const Aws::Vector< InventoryItemAttribute > &value)
InventoryItemSchema & WithVersion(Aws::String &&value)
const Aws::String & GetDisplayName() const
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SSM_API InventoryItemSchema()
void SetVersion(const Aws::String &value)
InventoryItemSchema & WithVersion(const char *value)
InventoryItemSchema & WithTypeName(const Aws::String &value)
InventoryItemSchema & WithTypeName(const char *value)
void SetVersion(const char *value)
InventoryItemSchema & WithTypeName(Aws::String &&value)
const Aws::Vector< InventoryItemAttribute > & GetAttributes() const
bool TypeNameHasBeenSet() const
void SetTypeName(const char *value)
void SetAttributes(const Aws::Vector< InventoryItemAttribute > &value)
InventoryItemSchema & AddAttributes(InventoryItemAttribute &&value)
InventoryItemSchema & WithDisplayName(const Aws::String &value)
const Aws::String & GetTypeName() const
void SetDisplayName(const Aws::String &value)
bool AttributesHasBeenSet() const
InventoryItemSchema & WithDisplayName(Aws::String &&value)
void SetDisplayName(const char *value)
InventoryItemSchema & WithAttributes(Aws::Vector< InventoryItemAttribute > &&value)
bool VersionHasBeenSet() const
const Aws::String & GetVersion() const
InventoryItemSchema & WithDisplayName(const char *value)
bool DisplayNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue