7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/model/InventoryAttributeDataType.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
70 bool m_nameHasBeenSet =
false;
73 bool m_dataTypeHasBeenSet =
false;
bool NameHasBeenSet() const
const InventoryAttributeDataType & GetDataType() const
void SetDataType(InventoryAttributeDataType &&value)
InventoryItemAttribute & WithDataType(InventoryAttributeDataType &&value)
void SetName(const char *value)
void SetName(const Aws::String &value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDataType(const InventoryAttributeDataType &value)
AWS_SSM_API InventoryItemAttribute(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API InventoryItemAttribute()
const Aws::String & GetName() const
InventoryItemAttribute & WithName(const char *value)
InventoryItemAttribute & WithDataType(const InventoryAttributeDataType &value)
InventoryItemAttribute & WithName(Aws::String &&value)
InventoryItemAttribute & WithName(const Aws::String &value)
bool DataTypeHasBeenSet() const
AWS_SSM_API InventoryItemAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(Aws::String &&value)
InventoryAttributeDataType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue