7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearch/OpenSearchServiceRequest.h>
9#include <aws/opensearch/OpenSearchService_EXPORTS.h>
10#include <aws/opensearch/model/AWSServicePrincipal.h>
11#include <aws/opensearch/model/ServiceOptions.h>
16namespace OpenSearchService {
39 template <
typename DomainNameT = Aws::String>
41 m_domainNameHasBeenSet =
true;
42 m_domainName = std::forward<DomainNameT>(value);
44 template <
typename DomainNameT = Aws::String>
57 template <
typename AccountT = Aws::String>
59 m_accountHasBeenSet =
true;
60 m_account = std::forward<AccountT>(value);
62 template <
typename AccountT = Aws::String>
76 m_serviceHasBeenSet =
true;
92 template <
typename ServiceOptionsT = ServiceOptions>
94 m_serviceOptionsHasBeenSet =
true;
95 m_serviceOptions = std::forward<ServiceOptionsT>(value);
97 template <
typename ServiceOptionsT = ServiceOptions>
110 ServiceOptions m_serviceOptions;
111 bool m_domainNameHasBeenSet =
false;
112 bool m_accountHasBeenSet =
false;
113 bool m_serviceHasBeenSet =
false;
114 bool m_serviceOptionsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAccount() const
RevokeVpcEndpointAccessRequest & WithDomainName(DomainNameT &&value)
bool AccountHasBeenSet() const
RevokeVpcEndpointAccessRequest & WithService(AWSServicePrincipal value)
void SetAccount(AccountT &&value)
void SetServiceOptions(ServiceOptionsT &&value)
const Aws::String & GetDomainName() const
bool ServiceOptionsHasBeenSet() const
AWS_OPENSEARCHSERVICE_API RevokeVpcEndpointAccessRequest()=default
bool ServiceHasBeenSet() const
AWS_OPENSEARCHSERVICE_API Aws::String SerializePayload() const override
const ServiceOptions & GetServiceOptions() const
void SetDomainName(DomainNameT &&value)
bool DomainNameHasBeenSet() const
RevokeVpcEndpointAccessRequest & WithServiceOptions(ServiceOptionsT &&value)
AWSServicePrincipal GetService() const
RevokeVpcEndpointAccessRequest & WithAccount(AccountT &&value)
void SetService(AWSServicePrincipal value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String