7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename ApplicationIdT = Aws::String>
50 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
51 template<
typename ApplicationIdT = Aws::String>
66 template<
typename AttributeTypeT = Aws::String>
67 void SetAttributeType(AttributeTypeT&& value) { m_attributeTypeHasBeenSet =
true; m_attributeType = std::forward<AttributeTypeT>(value); }
68 template<
typename AttributeTypeT = Aws::String>
79 template<
typename AttributesT = Aws::Vector<Aws::String>>
80 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
81 template<
typename AttributesT = Aws::Vector<Aws::String>>
83 template<
typename AttributesT = Aws::String>
84 AttributesResource&
AddAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes.emplace_back(std::forward<AttributesT>(value));
return *
this; }
89 bool m_applicationIdHasBeenSet =
false;
92 bool m_attributeTypeHasBeenSet =
false;
95 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