7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/pinpoint/Pinpoint_EXPORTS.h>
43 template <
typename ApplicationIdT = Aws::String>
45 m_applicationIdHasBeenSet =
true;
46 m_applicationId = std::forward<ApplicationIdT>(value);
48 template <
typename ApplicationIdT = Aws::String>
66 template <
typename AttributeTypeT = Aws::String>
68 m_attributeTypeHasBeenSet =
true;
69 m_attributeType = std::forward<AttributeTypeT>(value);
71 template <
typename AttributeTypeT = Aws::String>
85 template <
typename AttributesT = Aws::Vector<Aws::String>>
87 m_attributesHasBeenSet =
true;
88 m_attributes = std::forward<AttributesT>(value);
90 template <
typename AttributesT = Aws::Vector<Aws::String>>
95 template <
typename AttributesT = Aws::String>
97 m_attributesHasBeenSet =
true;
98 m_attributes.emplace_back(std::forward<AttributesT>(value));
108 bool m_applicationIdHasBeenSet =
false;
109 bool m_attributeTypeHasBeenSet =
false;
110 bool m_attributesHasBeenSet =
false;
AWS_PINPOINT_API AttributesResource & operator=(Aws::Utils::Json::JsonView jsonValue)
AttributesResource & WithAttributeType(AttributeTypeT &&value)
void SetAttributeType(AttributeTypeT &&value)
const Aws::Vector< Aws::String > & GetAttributes() const
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
AttributesResource & AddAttributes(AttributesT &&value)
AttributesResource & WithApplicationId(ApplicationIdT &&value)
void SetAttributes(AttributesT &&value)
AttributesResource & WithAttributes(AttributesT &&value)
const Aws::String & GetApplicationId() const
AWS_PINPOINT_API AttributesResource()=default
bool AttributesHasBeenSet() const
AWS_PINPOINT_API AttributesResource(Aws::Utils::Json::JsonView jsonValue)
bool ApplicationIdHasBeenSet() const
const Aws::String & GetAttributeType() const
void SetApplicationId(ApplicationIdT &&value)
bool AttributeTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue