7#include <aws/account-access/AccountAccessRequest.h>
8#include <aws/account-access/AccountAccess_EXPORTS.h>
9#include <aws/account-access/model/IdentitySource.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16namespace AccountAccess {
41 template <
typename IdentitySourceT = IdentitySource>
43 m_identitySourceHasBeenSet =
true;
44 m_identitySource = std::forward<IdentitySourceT>(value);
46 template <
typename IdentitySourceT = IdentitySource>
59 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
61 m_tagsHasBeenSet =
true;
62 m_tags = std::forward<TagsT>(value);
64 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
66 SetTags(std::forward<TagsT>(value));
69 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
71 m_tagsHasBeenSet =
true;
72 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
80 bool m_identitySourceHasBeenSet =
false;
81 bool m_tagsHasBeenSet =
false;
const IdentitySource & GetIdentitySource() const
AWS_ACCOUNTACCESS_API Aws::String SerializePayload() const override
void SetTags(TagsT &&value)
CreateApplicationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool IdentitySourceHasBeenSet() const
CreateApplicationRequest & WithIdentitySource(IdentitySourceT &&value)
bool TagsHasBeenSet() const
void SetIdentitySource(IdentitySourceT &&value)
AWS_ACCOUNTACCESS_API CreateApplicationRequest()=default
CreateApplicationRequest & WithTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
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