7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cognito-idp/model/DeviceType.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace CognitoIdentityProvider
50 template<
typename DevicesT = Aws::Vector<DeviceType>>
51 void SetDevices(DevicesT&& value) { m_devicesHasBeenSet =
true; m_devices = std::forward<DevicesT>(value); }
52 template<
typename DevicesT = Aws::Vector<DeviceType>>
54 template<
typename DevicesT = DeviceType>
66 template<
typename PaginationTokenT = Aws::String>
67 void SetPaginationToken(PaginationTokenT&& value) { m_paginationTokenHasBeenSet =
true; m_paginationToken = std::forward<PaginationTokenT>(value); }
68 template<
typename PaginationTokenT = Aws::String>
75 template<
typename RequestIdT = Aws::String>
76 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
77 template<
typename RequestIdT = Aws::String>
83 bool m_devicesHasBeenSet =
false;
86 bool m_paginationTokenHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
AdminListDevicesResult & WithRequestId(RequestIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API AdminListDevicesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< DeviceType > & GetDevices() const
void SetPaginationToken(PaginationTokenT &&value)
void SetRequestId(RequestIdT &&value)
AdminListDevicesResult & AddDevices(DevicesT &&value)
const Aws::String & GetPaginationToken() const
AdminListDevicesResult & WithPaginationToken(PaginationTokenT &&value)
AWS_COGNITOIDENTITYPROVIDER_API AdminListDevicesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AdminListDevicesResult & WithDevices(DevicesT &&value)
void SetDevices(DevicesT &&value)
AWS_COGNITOIDENTITYPROVIDER_API AdminListDevicesResult()=default
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue