7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ds/DirectoryServiceRequest.h>
9#include <aws/ds/DirectoryService_EXPORTS.h>
10#include <aws/ds/model/ClientAuthenticationType.h>
15namespace DirectoryService {
28 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeClientAuthenticationSettings"; }
40 template <
typename DirectoryIdT = Aws::String>
42 m_directoryIdHasBeenSet =
true;
43 m_directoryId = std::forward<DirectoryIdT>(value);
45 template <
typename DirectoryIdT = Aws::String>
61 m_typeHasBeenSet =
true;
78 template <
typename NextTokenT = Aws::String>
80 m_nextTokenHasBeenSet =
true;
81 m_nextToken = std::forward<NextTokenT>(value);
83 template <
typename NextTokenT = Aws::String>
95 inline int GetLimit()
const {
return m_limit; }
98 m_limitHasBeenSet =
true;
114 bool m_directoryIdHasBeenSet =
false;
115 bool m_typeHasBeenSet =
false;
116 bool m_nextTokenHasBeenSet =
false;
117 bool m_limitHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
bool TypeHasBeenSet() const
void SetDirectoryId(DirectoryIdT &&value)
DescribeClientAuthenticationSettingsRequest & WithNextToken(NextTokenT &&value)
AWS_DIRECTORYSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeClientAuthenticationSettingsRequest & WithType(ClientAuthenticationType value)
AWS_DIRECTORYSERVICE_API Aws::String SerializePayload() const override
bool DirectoryIdHasBeenSet() const
void SetType(ClientAuthenticationType value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
DescribeClientAuthenticationSettingsRequest & WithDirectoryId(DirectoryIdT &&value)
AWS_DIRECTORYSERVICE_API DescribeClientAuthenticationSettingsRequest()=default
DescribeClientAuthenticationSettingsRequest & WithLimit(int value)
bool LimitHasBeenSet() const
const Aws::String & GetDirectoryId() const
ClientAuthenticationType GetType() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String