AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
InventoryItemAttribute.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
9#include <aws/ssm/model/InventoryAttributeDataType.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace SSM {
21namespace Model {
22
30 public:
31 AWS_SSM_API InventoryItemAttribute() = default;
35
37
40 inline const Aws::String& GetName() const { return m_name; }
41 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
42 template <typename NameT = Aws::String>
43 void SetName(NameT&& value) {
44 m_nameHasBeenSet = true;
45 m_name = std::forward<NameT>(value);
46 }
47 template <typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
50 return *this;
51 }
53
55
58 inline InventoryAttributeDataType GetDataType() const { return m_dataType; }
59 inline bool DataTypeHasBeenSet() const { return m_dataTypeHasBeenSet; }
61 m_dataTypeHasBeenSet = true;
62 m_dataType = value;
63 }
65 SetDataType(value);
66 return *this;
67 }
69 private:
70 Aws::String m_name;
71
73 bool m_nameHasBeenSet = false;
74 bool m_dataTypeHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace SSM
79} // namespace Aws
AWS_SSM_API InventoryItemAttribute()=default
InventoryItemAttribute & WithDataType(InventoryAttributeDataType value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDataType(InventoryAttributeDataType value)
AWS_SSM_API InventoryItemAttribute(Aws::Utils::Json::JsonView jsonValue)
InventoryAttributeDataType GetDataType() const
AWS_SSM_API InventoryItemAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
InventoryItemAttribute & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue