7#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
8#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
9#include <aws/core/utils/Array.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CognitoIdentityProvider {
41 template <
typename UserPoolIdT = Aws::String>
43 m_userPoolIdHasBeenSet =
true;
44 m_userPoolId = std::forward<UserPoolIdT>(value);
46 template <
typename UserPoolIdT = Aws::String>
61 template <
typename ClientIdT = Aws::String>
63 m_clientIdHasBeenSet =
true;
64 m_clientId = std::forward<ClientIdT>(value);
66 template <
typename ClientIdT = Aws::String>
83 template <
typename CSST = Aws::String>
85 m_cSSHasBeenSet =
true;
86 m_cSS = std::forward<CSST>(value);
88 template <
typename CSST = Aws::String>
90 SetCSS(std::forward<CSST>(value));
102 template <
typename ImageFileT = Aws::Utils::ByteBuffer>
104 m_imageFileHasBeenSet =
true;
105 m_imageFile = std::forward<ImageFileT>(value);
107 template <
typename ImageFileT = Aws::Utils::ByteBuffer>
121 bool m_userPoolIdHasBeenSet =
false;
122 bool m_clientIdHasBeenSet =
false;
123 bool m_cSSHasBeenSet =
false;
124 bool m_imageFileHasBeenSet =
false;
void SetUserPoolId(UserPoolIdT &&value)
const Aws::String & GetClientId() const
void SetCSS(CSST &&value)
const Aws::String & GetCSS() const
bool ImageFileHasBeenSet() const
bool ClientIdHasBeenSet() const
bool UserPoolIdHasBeenSet() const
const Aws::String & GetUserPoolId() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
SetUICustomizationRequest & WithClientId(ClientIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API SetUICustomizationRequest()=default
void SetImageFile(ImageFileT &&value)
virtual const char * GetServiceRequestName() const override
bool CSSHasBeenSet() const
const Aws::Utils::ByteBuffer & GetImageFile() const
void SetClientId(ClientIdT &&value)
SetUICustomizationRequest & WithCSS(CSST &&value)
SetUICustomizationRequest & WithImageFile(ImageFileT &&value)
SetUICustomizationRequest & WithUserPoolId(UserPoolIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String