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>
53 template<
typename TypeNameT = Aws::String>
54 void SetTypeName(TypeNameT&& value) { m_typeNameHasBeenSet =
true; m_typeName = std::forward<TypeNameT>(value); }
55 template<
typename TypeNameT = Aws::String>
65 template<
typename VersionT = Aws::String>
66 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
67 template<
typename VersionT = Aws::String>
78 template<
typename AttributesT = Aws::Vector<InventoryItemAttribute>>
79 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
80 template<
typename AttributesT = Aws::Vector<InventoryItemAttribute>>
82 template<
typename AttributesT = InventoryItemAttribute>
93 template<
typename DisplayNameT = Aws::String>
94 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
95 template<
typename DisplayNameT = Aws::String>
101 bool m_typeNameHasBeenSet =
false;
104 bool m_versionHasBeenSet =
false;
107 bool m_attributesHasBeenSet =
false;
110 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