7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Document.h>
22namespace IdentityStore
49 template<
typename AttributePathT = Aws::String>
50 void SetAttributePath(AttributePathT&& value) { m_attributePathHasBeenSet =
true; m_attributePath = std::forward<AttributePathT>(value); }
51 template<
typename AttributePathT = Aws::String>
62 template<
typename AttributeValueT = Aws::Utils::Document>
63 void SetAttributeValue(AttributeValueT&& value) { m_attributeValueHasBeenSet =
true; m_attributeValue = std::forward<AttributeValueT>(value); }
64 template<
typename AttributeValueT = Aws::Utils::Document>
70 bool m_attributePathHasBeenSet =
false;
73 bool m_attributeValueHasBeenSet =
false;
Aws::Utils::DocumentView GetAttributeValue() const
AWS_IDENTITYSTORE_API UniqueAttribute()=default
AWS_IDENTITYSTORE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IDENTITYSTORE_API UniqueAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAttributePath() const
AWS_IDENTITYSTORE_API UniqueAttribute(Aws::Utils::Json::JsonView jsonValue)
UniqueAttribute & WithAttributeValue(AttributeValueT &&value)
void SetAttributeValue(AttributeValueT &&value)
bool AttributeValueHasBeenSet() const
void SetAttributePath(AttributePathT &&value)
UniqueAttribute & WithAttributePath(AttributePathT &&value)
bool AttributePathHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue