7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ssm/SSM_EXPORTS.h>
10#include <aws/ssm/model/InventoryItemAttribute.h>
47 template <
typename TypeNameT = Aws::String>
49 m_typeNameHasBeenSet =
true;
50 m_typeName = std::forward<TypeNameT>(value);
52 template <
typename TypeNameT = Aws::String>
65 template <
typename VersionT = Aws::String>
67 m_versionHasBeenSet =
true;
68 m_version = std::forward<VersionT>(value);
70 template <
typename VersionT = Aws::String>
84 template <
typename AttributesT = Aws::Vector<InventoryItemAttribute>>
86 m_attributesHasBeenSet =
true;
87 m_attributes = std::forward<AttributesT>(value);
89 template <
typename AttributesT = Aws::Vector<InventoryItemAttribute>>
94 template <
typename AttributesT = InventoryItemAttribute>
96 m_attributesHasBeenSet =
true;
97 m_attributes.emplace_back(std::forward<AttributesT>(value));
109 template <
typename DisplayNameT = Aws::String>
111 m_displayNameHasBeenSet =
true;
112 m_displayName = std::forward<DisplayNameT>(value);
114 template <
typename DisplayNameT = Aws::String>
128 bool m_typeNameHasBeenSet =
false;
129 bool m_versionHasBeenSet =
false;
130 bool m_attributesHasBeenSet =
false;
131 bool m_displayNameHasBeenSet =
false;
void SetVersion(VersionT &&value)
InventoryItemSchema & WithDisplayName(DisplayNameT &&value)
InventoryItemSchema & AddAttributes(AttributesT &&value)
InventoryItemSchema & WithAttributes(AttributesT &&value)
AWS_SSM_API InventoryItemSchema & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API InventoryItemSchema(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API InventoryItemSchema()=default
const Aws::String & GetDisplayName() const
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
InventoryItemSchema & WithVersion(VersionT &&value)
const Aws::Vector< InventoryItemAttribute > & GetAttributes() const
InventoryItemSchema & WithTypeName(TypeNameT &&value)
bool TypeNameHasBeenSet() const
const Aws::String & GetTypeName() const
bool AttributesHasBeenSet() const
void SetAttributes(AttributesT &&value)
void SetDisplayName(DisplayNameT &&value)
bool VersionHasBeenSet() const
const Aws::String & GetVersion() const
bool DisplayNameHasBeenSet() const
void SetTypeName(TypeNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue