7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/cognito-identity/CognitoIdentityRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/cognito-identity/model/CognitoIdentityProvider.h>
17namespace CognitoIdentity
50 template<
typename IdentityPoolIdT = Aws::String>
51 void SetIdentityPoolId(IdentityPoolIdT&& value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId = std::forward<IdentityPoolIdT>(value); }
52 template<
typename IdentityPoolIdT = Aws::String>
62 template<
typename IdentityPoolNameT = Aws::String>
63 void SetIdentityPoolName(IdentityPoolNameT&& value) { m_identityPoolNameHasBeenSet =
true; m_identityPoolName = std::forward<IdentityPoolNameT>(value); }
64 template<
typename IdentityPoolNameT = Aws::String>
88 inline void SetAllowClassicFlow(
bool value) { m_allowClassicFlowHasBeenSet =
true; m_allowClassicFlow = value; }
98 template<
typename SupportedLoginProv
idersT = Aws::Map<Aws::String, Aws::String>>
99 void SetSupportedLoginProviders(SupportedLoginProvidersT&& value) { m_supportedLoginProvidersHasBeenSet =
true; m_supportedLoginProviders = std::forward<SupportedLoginProvidersT>(value); }
100 template<
typename SupportedLoginProv
idersT = Aws::Map<Aws::String, Aws::String>>
102 template<
typename SupportedLoginProv
idersKeyT = Aws::String,
typename SupportedLoginProv
idersValueT = Aws::String>
104 m_supportedLoginProvidersHasBeenSet =
true; m_supportedLoginProviders.emplace(std::forward<SupportedLoginProvidersKeyT>(key), std::forward<SupportedLoginProvidersValueT>(value));
return *
this;
114 template<
typename DeveloperProv
iderNameT = Aws::String>
115 void SetDeveloperProviderName(DeveloperProviderNameT&& value) { m_developerProviderNameHasBeenSet =
true; m_developerProviderName = std::forward<DeveloperProviderNameT>(value); }
116 template<
typename DeveloperProv
iderNameT = Aws::String>
126 template<
typename OpenIdConnectProv
iderARNsT = Aws::Vector<Aws::String>>
127 void SetOpenIdConnectProviderARNs(OpenIdConnectProviderARNsT&& value) { m_openIdConnectProviderARNsHasBeenSet =
true; m_openIdConnectProviderARNs = std::forward<OpenIdConnectProviderARNsT>(value); }
128 template<
typename OpenIdConnectProv
iderARNsT = Aws::Vector<Aws::String>>
130 template<
typename OpenIdConnectProv
iderARNsT = Aws::String>
140 template<
typename CognitoIdentityProv
idersT = Aws::Vector<CognitoIdentityProv
ider>>
141 void SetCognitoIdentityProviders(CognitoIdentityProvidersT&& value) { m_cognitoIdentityProvidersHasBeenSet =
true; m_cognitoIdentityProviders = std::forward<CognitoIdentityProvidersT>(value); }
142 template<
typename CognitoIdentityProv
idersT = Aws::Vector<CognitoIdentityProv
ider>>
144 template<
typename CognitoIdentityProv
idersT = CognitoIdentityProv
ider>
155 template<
typename SamlProv
iderARNsT = Aws::Vector<Aws::String>>
156 void SetSamlProviderARNs(SamlProviderARNsT&& value) { m_samlProviderARNsHasBeenSet =
true; m_samlProviderARNs = std::forward<SamlProviderARNsT>(value); }
157 template<
typename SamlProv
iderARNsT = Aws::Vector<Aws::String>>
159 template<
typename SamlProv
iderARNsT = Aws::String>
171 template<
typename IdentityPoolTagsT = Aws::Map<Aws::String, Aws::String>>
172 void SetIdentityPoolTags(IdentityPoolTagsT&& value) { m_identityPoolTagsHasBeenSet =
true; m_identityPoolTags = std::forward<IdentityPoolTagsT>(value); }
173 template<
typename IdentityPoolTagsT = Aws::Map<Aws::String, Aws::String>>
175 template<
typename IdentityPoolTagsKeyT = Aws::String,
typename IdentityPoolTagsValueT = Aws::String>
177 m_identityPoolTagsHasBeenSet =
true; m_identityPoolTags.emplace(std::forward<IdentityPoolTagsKeyT>(key), std::forward<IdentityPoolTagsValueT>(value));
return *
this;
185 template<
typename RequestIdT = Aws::String>
186 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
187 template<
typename RequestIdT = Aws::String>
193 bool m_identityPoolIdHasBeenSet =
false;
196 bool m_identityPoolNameHasBeenSet =
false;
198 bool m_allowUnauthenticatedIdentities{
false};
199 bool m_allowUnauthenticatedIdentitiesHasBeenSet =
false;
201 bool m_allowClassicFlow{
false};
202 bool m_allowClassicFlowHasBeenSet =
false;
205 bool m_supportedLoginProvidersHasBeenSet =
false;
208 bool m_developerProviderNameHasBeenSet =
false;
211 bool m_openIdConnectProviderARNsHasBeenSet =
false;
214 bool m_cognitoIdentityProvidersHasBeenSet =
false;
217 bool m_samlProviderARNsHasBeenSet =
false;
220 bool m_identityPoolTagsHasBeenSet =
false;
223 bool m_requestIdHasBeenSet =
false;
bool SupportedLoginProvidersHasBeenSet() const
UpdateIdentityPoolRequest & WithDeveloperProviderName(DeveloperProviderNameT &&value)
const Aws::String & GetIdentityPoolName() const
void SetSupportedLoginProviders(SupportedLoginProvidersT &&value)
UpdateIdentityPoolRequest & AddOpenIdConnectProviderARNs(OpenIdConnectProviderARNsT &&value)
UpdateIdentityPoolRequest & WithOpenIdConnectProviderARNs(OpenIdConnectProviderARNsT &&value)
bool IdentityPoolNameHasBeenSet() const
const Aws::Vector< CognitoIdentityProvider > & GetCognitoIdentityProviders() const
void SetAllowClassicFlow(bool value)
bool AllowUnauthenticatedIdentitiesHasBeenSet() const
const Aws::String & GetRequestId() const
UpdateIdentityPoolRequest & WithRequestId(RequestIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetOpenIdConnectProviderARNs(OpenIdConnectProviderARNsT &&value)
bool DeveloperProviderNameHasBeenSet() const
void SetAllowUnauthenticatedIdentities(bool value)
UpdateIdentityPoolRequest & WithAllowUnauthenticatedIdentities(bool value)
UpdateIdentityPoolRequest & WithIdentityPoolTags(IdentityPoolTagsT &&value)
UpdateIdentityPoolRequest & WithSamlProviderARNs(SamlProviderARNsT &&value)
UpdateIdentityPoolRequest & WithSupportedLoginProviders(SupportedLoginProvidersT &&value)
bool GetAllowClassicFlow() const
bool GetAllowUnauthenticatedIdentities() const
const Aws::Map< Aws::String, Aws::String > & GetSupportedLoginProviders() const
void SetDeveloperProviderName(DeveloperProviderNameT &&value)
bool RequestIdHasBeenSet() const
bool AllowClassicFlowHasBeenSet() const
UpdateIdentityPoolRequest & WithIdentityPoolId(IdentityPoolIdT &&value)
bool IdentityPoolIdHasBeenSet() const
const Aws::String & GetDeveloperProviderName() const
UpdateIdentityPoolRequest & AddIdentityPoolTags(IdentityPoolTagsKeyT &&key, IdentityPoolTagsValueT &&value)
AWS_COGNITOIDENTITY_API UpdateIdentityPoolRequest()=default
const Aws::Vector< Aws::String > & GetOpenIdConnectProviderARNs() const
bool IdentityPoolTagsHasBeenSet() const
bool SamlProviderARNsHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetIdentityPoolTags() const
UpdateIdentityPoolRequest & WithIdentityPoolName(IdentityPoolNameT &&value)
AWS_COGNITOIDENTITY_API Aws::String SerializePayload() const override
AWS_COGNITOIDENTITY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetCognitoIdentityProviders(CognitoIdentityProvidersT &&value)
bool OpenIdConnectProviderARNsHasBeenSet() const
UpdateIdentityPoolRequest & WithCognitoIdentityProviders(CognitoIdentityProvidersT &&value)
void SetIdentityPoolTags(IdentityPoolTagsT &&value)
bool CognitoIdentityProvidersHasBeenSet() const
const Aws::Vector< Aws::String > & GetSamlProviderARNs() const
UpdateIdentityPoolRequest & AddSamlProviderARNs(SamlProviderARNsT &&value)
void SetIdentityPoolName(IdentityPoolNameT &&value)
void SetIdentityPoolId(IdentityPoolIdT &&value)
UpdateIdentityPoolRequest & AddCognitoIdentityProviders(CognitoIdentityProvidersT &&value)
void SetSamlProviderARNs(SamlProviderARNsT &&value)
UpdateIdentityPoolRequest & AddSupportedLoginProviders(SupportedLoginProvidersKeyT &&key, SupportedLoginProvidersValueT &&value)
void SetRequestId(RequestIdT &&value)
UpdateIdentityPoolRequest & WithAllowClassicFlow(bool value)
const Aws::String & GetIdentityPoolId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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
std::vector< T, Aws::Allocator< T > > Vector