7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/cognito-identity/model/CognitoIdentityProvider.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace CognitoIdentity
49 template<
typename IdentityPoolIdT = Aws::String>
50 void SetIdentityPoolId(IdentityPoolIdT&& value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId = std::forward<IdentityPoolIdT>(value); }
51 template<
typename IdentityPoolIdT = Aws::String>
60 template<
typename IdentityPoolNameT = Aws::String>
61 void SetIdentityPoolName(IdentityPoolNameT&& value) { m_identityPoolNameHasBeenSet =
true; m_identityPoolName = std::forward<IdentityPoolNameT>(value); }
62 template<
typename IdentityPoolNameT = Aws::String>
84 inline void SetAllowClassicFlow(
bool value) { m_allowClassicFlowHasBeenSet =
true; m_allowClassicFlow = value; }
93 template<
typename SupportedLoginProv
idersT = Aws::Map<Aws::String, Aws::String>>
94 void SetSupportedLoginProviders(SupportedLoginProvidersT&& value) { m_supportedLoginProvidersHasBeenSet =
true; m_supportedLoginProviders = std::forward<SupportedLoginProvidersT>(value); }
95 template<
typename SupportedLoginProv
idersT = Aws::Map<Aws::String, Aws::String>>
97 template<
typename SupportedLoginProv
idersKeyT = Aws::String,
typename SupportedLoginProv
idersValueT = Aws::String>
99 m_supportedLoginProvidersHasBeenSet =
true; m_supportedLoginProviders.emplace(std::forward<SupportedLoginProvidersKeyT>(key), std::forward<SupportedLoginProvidersValueT>(value));
return *
this;
108 template<
typename DeveloperProv
iderNameT = Aws::String>
109 void SetDeveloperProviderName(DeveloperProviderNameT&& value) { m_developerProviderNameHasBeenSet =
true; m_developerProviderName = std::forward<DeveloperProviderNameT>(value); }
110 template<
typename DeveloperProv
iderNameT = Aws::String>
119 template<
typename OpenIdConnectProv
iderARNsT = Aws::Vector<Aws::String>>
120 void SetOpenIdConnectProviderARNs(OpenIdConnectProviderARNsT&& value) { m_openIdConnectProviderARNsHasBeenSet =
true; m_openIdConnectProviderARNs = std::forward<OpenIdConnectProviderARNsT>(value); }
121 template<
typename OpenIdConnectProv
iderARNsT = Aws::Vector<Aws::String>>
123 template<
typename OpenIdConnectProv
iderARNsT = Aws::String>
132 template<
typename CognitoIdentityProv
idersT = Aws::Vector<CognitoIdentityProv
ider>>
133 void SetCognitoIdentityProviders(CognitoIdentityProvidersT&& value) { m_cognitoIdentityProvidersHasBeenSet =
true; m_cognitoIdentityProviders = std::forward<CognitoIdentityProvidersT>(value); }
134 template<
typename CognitoIdentityProv
idersT = Aws::Vector<CognitoIdentityProv
ider>>
136 template<
typename CognitoIdentityProv
idersT = CognitoIdentityProv
ider>
146 template<
typename SamlProv
iderARNsT = Aws::Vector<Aws::String>>
147 void SetSamlProviderARNs(SamlProviderARNsT&& value) { m_samlProviderARNsHasBeenSet =
true; m_samlProviderARNs = std::forward<SamlProviderARNsT>(value); }
148 template<
typename SamlProv
iderARNsT = Aws::Vector<Aws::String>>
150 template<
typename SamlProv
iderARNsT = Aws::String>
161 template<
typename IdentityPoolTagsT = Aws::Map<Aws::String, Aws::String>>
162 void SetIdentityPoolTags(IdentityPoolTagsT&& value) { m_identityPoolTagsHasBeenSet =
true; m_identityPoolTags = std::forward<IdentityPoolTagsT>(value); }
163 template<
typename IdentityPoolTagsT = Aws::Map<Aws::String, Aws::String>>
165 template<
typename IdentityPoolTagsKeyT = Aws::String,
typename IdentityPoolTagsValueT = Aws::String>
167 m_identityPoolTagsHasBeenSet =
true; m_identityPoolTags.emplace(std::forward<IdentityPoolTagsKeyT>(key), std::forward<IdentityPoolTagsValueT>(value));
return *
this;
174 template<
typename RequestIdT = Aws::String>
175 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
176 template<
typename RequestIdT = Aws::String>
182 bool m_identityPoolIdHasBeenSet =
false;
185 bool m_identityPoolNameHasBeenSet =
false;
187 bool m_allowUnauthenticatedIdentities{
false};
188 bool m_allowUnauthenticatedIdentitiesHasBeenSet =
false;
190 bool m_allowClassicFlow{
false};
191 bool m_allowClassicFlowHasBeenSet =
false;
194 bool m_supportedLoginProvidersHasBeenSet =
false;
197 bool m_developerProviderNameHasBeenSet =
false;
200 bool m_openIdConnectProviderARNsHasBeenSet =
false;
203 bool m_cognitoIdentityProvidersHasBeenSet =
false;
206 bool m_samlProviderARNsHasBeenSet =
false;
209 bool m_identityPoolTagsHasBeenSet =
false;
212 bool m_requestIdHasBeenSet =
false;
void SetDeveloperProviderName(DeveloperProviderNameT &&value)
bool GetAllowUnauthenticatedIdentities() const
const Aws::String & GetDeveloperProviderName() const
UpdateIdentityPoolResult & WithAllowClassicFlow(bool value)
UpdateIdentityPoolResult & AddSamlProviderARNs(SamlProviderARNsT &&value)
void SetSamlProviderARNs(SamlProviderARNsT &&value)
UpdateIdentityPoolResult & WithSamlProviderARNs(SamlProviderARNsT &&value)
const Aws::Vector< Aws::String > & GetSamlProviderARNs() const
UpdateIdentityPoolResult & AddOpenIdConnectProviderARNs(OpenIdConnectProviderARNsT &&value)
AWS_COGNITOIDENTITY_API UpdateIdentityPoolResult()=default
void SetIdentityPoolTags(IdentityPoolTagsT &&value)
UpdateIdentityPoolResult & WithIdentityPoolName(IdentityPoolNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetSupportedLoginProviders() const
void SetRequestId(RequestIdT &&value)
AWS_COGNITOIDENTITY_API UpdateIdentityPoolResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COGNITOIDENTITY_API UpdateIdentityPoolResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateIdentityPoolResult & WithAllowUnauthenticatedIdentities(bool value)
const Aws::Vector< Aws::String > & GetOpenIdConnectProviderARNs() const
const Aws::String & GetRequestId() const
void SetIdentityPoolName(IdentityPoolNameT &&value)
const Aws::Vector< CognitoIdentityProvider > & GetCognitoIdentityProviders() const
void SetSupportedLoginProviders(SupportedLoginProvidersT &&value)
void SetCognitoIdentityProviders(CognitoIdentityProvidersT &&value)
UpdateIdentityPoolResult & AddCognitoIdentityProviders(CognitoIdentityProvidersT &&value)
UpdateIdentityPoolResult & WithIdentityPoolTags(IdentityPoolTagsT &&value)
const Aws::String & GetIdentityPoolName() const
void SetAllowUnauthenticatedIdentities(bool value)
UpdateIdentityPoolResult & WithRequestId(RequestIdT &&value)
UpdateIdentityPoolResult & WithCognitoIdentityProviders(CognitoIdentityProvidersT &&value)
bool GetAllowClassicFlow() const
UpdateIdentityPoolResult & WithDeveloperProviderName(DeveloperProviderNameT &&value)
void SetIdentityPoolId(IdentityPoolIdT &&value)
UpdateIdentityPoolResult & WithIdentityPoolId(IdentityPoolIdT &&value)
UpdateIdentityPoolResult & WithOpenIdConnectProviderARNs(OpenIdConnectProviderARNsT &&value)
const Aws::String & GetIdentityPoolId() const
void SetOpenIdConnectProviderARNs(OpenIdConnectProviderARNsT &&value)
UpdateIdentityPoolResult & AddSupportedLoginProviders(SupportedLoginProvidersKeyT &&key, SupportedLoginProvidersValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetIdentityPoolTags() const
void SetAllowClassicFlow(bool value)
UpdateIdentityPoolResult & WithSupportedLoginProviders(SupportedLoginProvidersT &&value)
UpdateIdentityPoolResult & AddIdentityPoolTags(IdentityPoolTagsKeyT &&key, IdentityPoolTagsValueT &&value)
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
Aws::Utils::Json::JsonValue JsonValue