7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/es/model/AuthorizedPrincipal.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace ElasticsearchService
50 template<
typename AuthorizedPrincipalT = AuthorizedPrincipal>
51 void SetAuthorizedPrincipal(AuthorizedPrincipalT&& value) { m_authorizedPrincipalHasBeenSet =
true; m_authorizedPrincipal = std::forward<AuthorizedPrincipalT>(value); }
52 template<
typename AuthorizedPrincipalT = AuthorizedPrincipal>
59 template<
typename RequestIdT = Aws::String>
60 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
61 template<
typename RequestIdT = Aws::String>
67 bool m_authorizedPrincipalHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
AWS_ELASTICSEARCHSERVICE_API AuthorizeVpcEndpointAccessResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAuthorizedPrincipal(AuthorizedPrincipalT &&value)
AWS_ELASTICSEARCHSERVICE_API AuthorizeVpcEndpointAccessResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_ELASTICSEARCHSERVICE_API AuthorizeVpcEndpointAccessResult()=default
AuthorizeVpcEndpointAccessResult & WithAuthorizedPrincipal(AuthorizedPrincipalT &&value)
void SetRequestId(RequestIdT &&value)
const AuthorizedPrincipal & GetAuthorizedPrincipal() const
AuthorizeVpcEndpointAccessResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue