7#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/opensearchserverless/model/VpcEndpointDetail.h>
11#include <aws/opensearchserverless/model/VpcEndpointErrorDetail.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace OpenSearchServerless
43 template<
typename VpcEndpo
intDetailsT = Aws::Vector<VpcEndpo
intDetail>>
44 void SetVpcEndpointDetails(VpcEndpointDetailsT&& value) { m_vpcEndpointDetailsHasBeenSet =
true; m_vpcEndpointDetails = std::forward<VpcEndpointDetailsT>(value); }
45 template<
typename VpcEndpo
intDetailsT = Aws::Vector<VpcEndpo
intDetail>>
47 template<
typename VpcEndpo
intDetailsT = VpcEndpo
intDetail>
56 template<
typename VpcEndpo
intErrorDetailsT = Aws::Vector<VpcEndpo
intErrorDetail>>
57 void SetVpcEndpointErrorDetails(VpcEndpointErrorDetailsT&& value) { m_vpcEndpointErrorDetailsHasBeenSet =
true; m_vpcEndpointErrorDetails = std::forward<VpcEndpointErrorDetailsT>(value); }
58 template<
typename VpcEndpo
intErrorDetailsT = Aws::Vector<VpcEndpo
intErrorDetail>>
60 template<
typename VpcEndpo
intErrorDetailsT = VpcEndpo
intErrorDetail>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_vpcEndpointDetailsHasBeenSet =
false;
78 bool m_vpcEndpointErrorDetailsHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< VpcEndpointDetail > & GetVpcEndpointDetails() const
BatchGetVpcEndpointResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< VpcEndpointErrorDetail > & GetVpcEndpointErrorDetails() const
const Aws::String & GetRequestId() const
BatchGetVpcEndpointResult & WithVpcEndpointDetails(VpcEndpointDetailsT &&value)
void SetVpcEndpointErrorDetails(VpcEndpointErrorDetailsT &&value)
void SetVpcEndpointDetails(VpcEndpointDetailsT &&value)
AWS_OPENSEARCHSERVERLESS_API BatchGetVpcEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_OPENSEARCHSERVERLESS_API BatchGetVpcEndpointResult()=default
BatchGetVpcEndpointResult & AddVpcEndpointDetails(VpcEndpointDetailsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_OPENSEARCHSERVERLESS_API BatchGetVpcEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetVpcEndpointResult & AddVpcEndpointErrorDetails(VpcEndpointErrorDetailsT &&value)
BatchGetVpcEndpointResult & WithVpcEndpointErrorDetails(VpcEndpointErrorDetailsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue