AWS SDK for C++
1.8.126
AWS SDK for C++
aws-cpp-sdk-cognito-sync
include
aws
cognito-sync
model
GetIdentityPoolConfigurationRequest.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
aws/cognito-sync/CognitoSync_EXPORTS.h
>
8
#include <
aws/cognito-sync/CognitoSyncRequest.h
>
9
#include <
aws/core/utils/memory/stl/AWSString.h
>
10
#include <utility>
11
12
namespace
Aws
13
{
14
namespace
CognitoSync
15
{
16
namespace
Model
17
{
18
25
class
AWS_COGNITOSYNC_API
GetIdentityPoolConfigurationRequest
:
public
CognitoSyncRequest
26
{
27
public
:
28
GetIdentityPoolConfigurationRequest
();
29
30
// Service request name is the Operation name which will send this request out,
31
// each operation should has unique request name, so that we can get operation's name from this request.
32
// Note: this is not true for response, multiple operations may have the same response name,
33
// so we can not get operation's name from response.
34
inline
virtual
const
char
*
GetServiceRequestName
()
const override
{
return
"GetIdentityPoolConfiguration"
; }
35
36
Aws::String
SerializePayload
()
const override
;
37
38
44
inline
const
Aws::String
&
GetIdentityPoolId
()
const
{
return
m_identityPoolId; }
45
51
inline
bool
IdentityPoolIdHasBeenSet
()
const
{
return
m_identityPoolIdHasBeenSet; }
52
58
inline
void
SetIdentityPoolId
(
const
Aws::String
& value) { m_identityPoolIdHasBeenSet =
true
; m_identityPoolId = value; }
59
65
inline
void
SetIdentityPoolId
(
Aws::String
&& value) { m_identityPoolIdHasBeenSet =
true
; m_identityPoolId = std::move(value); }
66
72
inline
void
SetIdentityPoolId
(
const
char
* value) { m_identityPoolIdHasBeenSet =
true
; m_identityPoolId.assign(value); }
73
79
inline
GetIdentityPoolConfigurationRequest
&
WithIdentityPoolId
(
const
Aws::String
& value) { SetIdentityPoolId(value);
return
*
this
;}
80
86
inline
GetIdentityPoolConfigurationRequest
&
WithIdentityPoolId
(
Aws::String
&& value) { SetIdentityPoolId(std::move(value));
return
*
this
;}
87
93
inline
GetIdentityPoolConfigurationRequest
&
WithIdentityPoolId
(
const
char
* value) { SetIdentityPoolId(value);
return
*
this
;}
94
95
private
:
96
97
Aws::String
m_identityPoolId;
98
bool
m_identityPoolIdHasBeenSet;
99
};
100
101
}
// namespace Model
102
}
// namespace CognitoSync
103
}
// namespace Aws
Aws::CognitoSync::Model::GetIdentityPoolConfigurationRequest::WithIdentityPoolId
GetIdentityPoolConfigurationRequest & WithIdentityPoolId(const Aws::String &value)
Definition:
GetIdentityPoolConfigurationRequest.h:79
Aws::CognitoSync::Model::GetIdentityPoolConfigurationRequest::SerializePayload
Aws::String SerializePayload() const override
CognitoSync_EXPORTS.h
Aws::CognitoSync::Model::GetIdentityPoolConfigurationRequest::SetIdentityPoolId
void SetIdentityPoolId(Aws::String &&value)
Definition:
GetIdentityPoolConfigurationRequest.h:65
Aws::CognitoSync::Model::GetIdentityPoolConfigurationRequest::GetIdentityPoolId
const Aws::String & GetIdentityPoolId() const
Definition:
GetIdentityPoolConfigurationRequest.h:44
Aws::CognitoSync::Model::GetIdentityPoolConfigurationRequest::WithIdentityPoolId
GetIdentityPoolConfigurationRequest & WithIdentityPoolId(const char *value)
Definition:
GetIdentityPoolConfigurationRequest.h:93
Aws::CognitoSync::Model::GetIdentityPoolConfigurationRequest::SetIdentityPoolId
void SetIdentityPoolId(const Aws::String &value)
Definition:
GetIdentityPoolConfigurationRequest.h:58
Aws::CognitoSync::Model::GetIdentityPoolConfigurationRequest::SetIdentityPoolId
void SetIdentityPoolId(const char *value)
Definition:
GetIdentityPoolConfigurationRequest.h:72
Aws::CognitoSync::Model::GetIdentityPoolConfigurationRequest
Definition:
GetIdentityPoolConfigurationRequest.h:26
Aws::CognitoSync::Model::GetIdentityPoolConfigurationRequest::IdentityPoolIdHasBeenSet
bool IdentityPoolIdHasBeenSet() const
Definition:
GetIdentityPoolConfigurationRequest.h:51
Aws::CognitoSync::CognitoSyncRequest
Definition:
CognitoSyncRequest.h:17
AWSString.h
Aws
Definition:
AccessManagementClient.h:15
Aws::CognitoSync::Model::GetIdentityPoolConfigurationRequest::GetIdentityPoolConfigurationRequest
GetIdentityPoolConfigurationRequest()
AWS_COGNITOSYNC_API
#define AWS_COGNITOSYNC_API
Definition:
CognitoSync_EXPORTS.h:28
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
CognitoSyncRequest.h
Aws::CognitoSync::Model::GetIdentityPoolConfigurationRequest::WithIdentityPoolId
GetIdentityPoolConfigurationRequest & WithIdentityPoolId(Aws::String &&value)
Definition:
GetIdentityPoolConfigurationRequest.h:86
Aws::CognitoSync::Model::GetIdentityPoolConfigurationRequest::GetServiceRequestName
virtual const char * GetServiceRequestName() const override
Definition:
GetIdentityPoolConfigurationRequest.h:34
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences