7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/ds/DirectoryServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ds/model/ClientAuthenticationType.h>
15namespace DirectoryService
31 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeClientAuthenticationSettings"; }
44 template<
typename DirectoryIdT = Aws::String>
45 void SetDirectoryId(DirectoryIdT&& value) { m_directoryIdHasBeenSet =
true; m_directoryId = std::forward<DirectoryIdT>(value); }
46 template<
typename DirectoryIdT = Aws::String>
70 template<
typename NextTokenT = Aws::String>
71 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
72 template<
typename NextTokenT = Aws::String>
81 inline int GetLimit()
const {
return m_limit; }
83 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
89 bool m_directoryIdHasBeenSet =
false;
92 bool m_typeHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
98 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