7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/InstanceAttributeType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 m_attributeTypeHasBeenSet =
true;
44 m_attributeType = value;
58 template <
typename ValueT = Aws::String>
60 m_valueHasBeenSet =
true;
61 m_value = std::forward<ValueT>(value);
63 template <
typename ValueT = Aws::String>
65 SetValue(std::forward<ValueT>(value));
73 bool m_attributeTypeHasBeenSet =
false;
74 bool m_valueHasBeenSet =
false;
void SetValue(ValueT &&value)
InstanceAttributeType GetAttributeType() const
bool AttributeTypeHasBeenSet() const
AWS_CONNECT_API Attribute(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Attribute()=default
AWS_CONNECT_API Attribute & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValueHasBeenSet() const
Attribute & WithAttributeType(InstanceAttributeType value)
void SetAttributeType(InstanceAttributeType value)
Attribute & WithValue(ValueT &&value)
const Aws::String & GetValue() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue