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>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
60 template <
typename IdT = Aws::String>
62 m_idHasBeenSet =
true;
63 m_id = std::forward<IdT>(value);
65 template <
typename IdT = Aws::String>
67 SetId(std::forward<IdT>(value));
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
99 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
101 m_tagsHasBeenSet =
true;
102 m_tags = std::forward<TagsT>(value);
104 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
106 SetTags(std::forward<TagsT>(value));
109 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
111 m_tagsHasBeenSet =
true;
112 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
123 template <
typename CreationDateT = Aws::String>
125 m_creationDateHasBeenSet =
true;
126 m_creationDate = std::forward<CreationDateT>(value);
128 template <
typename CreationDateT = Aws::String>
144 bool m_arnHasBeenSet =
false;
145 bool m_idHasBeenSet =
false;
146 bool m_nameHasBeenSet =
false;
147 bool m_tagsHasBeenSet =
false;
148 bool m_creationDateHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetTags() const
ApplicationResponse & WithName(NameT &&value)
AWS_PINPOINT_API ApplicationResponse()=default
ApplicationResponse & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
bool CreationDateHasBeenSet() const
AWS_PINPOINT_API ApplicationResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
ApplicationResponse & WithCreationDate(CreationDateT &&value)
ApplicationResponse & WithId(IdT &&value)
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetCreationDate() const
bool NameHasBeenSet() const
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetId() const
AWS_PINPOINT_API ApplicationResponse(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
ApplicationResponse & WithArn(ArnT &&value)
void SetCreationDate(CreationDateT &&value)
bool IdHasBeenSet() const
ApplicationResponse & WithTags(TagsT &&value)
const Aws::String & GetName() const
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