7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/redshift/model/ResponseMetadata.h>
11#include <aws/redshift/model/EndpointAuthorization.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename Endpo
intAuthorizationListT = Aws::Vector<Endpo
intAuthorization>>
44 void SetEndpointAuthorizationList(EndpointAuthorizationListT&& value) { m_endpointAuthorizationListHasBeenSet =
true; m_endpointAuthorizationList = std::forward<EndpointAuthorizationListT>(value); }
45 template<
typename Endpo
intAuthorizationListT = Aws::Vector<Endpo
intAuthorization>>
47 template<
typename Endpo
intAuthorizationListT = Endpo
intAuthorization>
59 template<
typename MarkerT = Aws::String>
60 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
61 template<
typename MarkerT = Aws::String>
68 template<
typename ResponseMetadataT = ResponseMetadata>
69 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
70 template<
typename ResponseMetadataT = ResponseMetadata>
76 bool m_endpointAuthorizationListHasBeenSet =
false;
79 bool m_markerHasBeenSet =
false;
82 bool m_responseMetadataHasBeenSet =
false;
const ResponseMetadata & GetResponseMetadata() const
DescribeEndpointAuthorizationResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::String & GetMarker() const
void SetResponseMetadata(ResponseMetadataT &&value)
DescribeEndpointAuthorizationResult & WithMarker(MarkerT &&value)
AWS_REDSHIFT_API DescribeEndpointAuthorizationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeEndpointAuthorizationResult & AddEndpointAuthorizationList(EndpointAuthorizationListT &&value)
const Aws::Vector< EndpointAuthorization > & GetEndpointAuthorizationList() const
void SetEndpointAuthorizationList(EndpointAuthorizationListT &&value)
AWS_REDSHIFT_API DescribeEndpointAuthorizationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetMarker(MarkerT &&value)
DescribeEndpointAuthorizationResult & WithEndpointAuthorizationList(EndpointAuthorizationListT &&value)
AWS_REDSHIFT_API DescribeEndpointAuthorizationResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument