7#include <aws/cognito-sync/CognitoSyncRequest.h>
8#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CognitoSync {
43 template <
typename IdentityPoolIdT = Aws::String>
45 m_identityPoolIdHasBeenSet =
true;
46 m_identityPoolId = std::forward<IdentityPoolIdT>(value);
48 template <
typename IdentityPoolIdT = Aws::String>
56 bool m_identityPoolIdHasBeenSet =
false;
bool IdentityPoolIdHasBeenSet() const
GetIdentityPoolConfigurationRequest & WithIdentityPoolId(IdentityPoolIdT &&value)
AWS_COGNITOSYNC_API GetIdentityPoolConfigurationRequest()=default
AWS_COGNITOSYNC_API Aws::String SerializePayload() const override
const Aws::String & GetIdentityPoolId() const
void SetIdentityPoolId(IdentityPoolIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String