7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint/Pinpoint_EXPORTS.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
63 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
65 m_tagsHasBeenSet =
true;
66 m_tags = std::forward<TagsT>(value);
68 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
70 SetTags(std::forward<TagsT>(value));
73 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
75 m_tagsHasBeenSet =
true;
76 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
84 bool m_nameHasBeenSet =
false;
85 bool m_tagsHasBeenSet =
false;
CreateApplicationRequest & WithTags(TagsT &&value)
CreateApplicationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
AWS_PINPOINT_API CreateApplicationRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_PINPOINT_API CreateApplicationRequest(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
void SetName(NameT &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTags(TagsT &&value)
CreateApplicationRequest & WithName(NameT &&value)
const Aws::String & GetName() const
AWS_PINPOINT_API CreateApplicationRequest()=default
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue