7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ds/model/ClientAuthenticationSettingInfo.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace DirectoryService
46 template<
typename ClientAuthenticationSettingsInfoT = Aws::Vector<ClientAuthenticationSettingInfo>>
47 void SetClientAuthenticationSettingsInfo(ClientAuthenticationSettingsInfoT&& value) { m_clientAuthenticationSettingsInfoHasBeenSet =
true; m_clientAuthenticationSettingsInfo = std::forward<ClientAuthenticationSettingsInfoT>(value); }
48 template<
typename ClientAuthenticationSettingsInfoT = Aws::Vector<ClientAuthenticationSettingInfo>>
50 template<
typename ClientAuthenticationSettingsInfoT = ClientAuthenticationSettingInfo>
60 template<
typename NextTokenT = Aws::String>
61 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
62 template<
typename NextTokenT = Aws::String>
69 template<
typename RequestIdT = Aws::String>
70 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
71 template<
typename RequestIdT = Aws::String>
77 bool m_clientAuthenticationSettingsInfoHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
83 bool m_requestIdHasBeenSet =
false;
DescribeClientAuthenticationSettingsResult & WithRequestId(RequestIdT &&value)
AWS_DIRECTORYSERVICE_API DescribeClientAuthenticationSettingsResult()=default
DescribeClientAuthenticationSettingsResult & AddClientAuthenticationSettingsInfo(ClientAuthenticationSettingsInfoT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
const Aws::Vector< ClientAuthenticationSettingInfo > & GetClientAuthenticationSettingsInfo() const
void SetRequestId(RequestIdT &&value)
DescribeClientAuthenticationSettingsResult & WithClientAuthenticationSettingsInfo(ClientAuthenticationSettingsInfoT &&value)
void SetNextToken(NextTokenT &&value)
void SetClientAuthenticationSettingsInfo(ClientAuthenticationSettingsInfoT &&value)
AWS_DIRECTORYSERVICE_API DescribeClientAuthenticationSettingsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeClientAuthenticationSettingsResult & WithNextToken(NextTokenT &&value)
AWS_DIRECTORYSERVICE_API DescribeClientAuthenticationSettingsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue