7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/redshift/model/ResponseMetadata.h>
11#include <aws/redshift/model/InboundIntegration.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
48 template<
typename MarkerT = Aws::String>
49 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
50 template<
typename MarkerT = Aws::String>
59 template<
typename InboundIntegrationsT = Aws::Vector<InboundIntegration>>
60 void SetInboundIntegrations(InboundIntegrationsT&& value) { m_inboundIntegrationsHasBeenSet =
true; m_inboundIntegrations = std::forward<InboundIntegrationsT>(value); }
61 template<
typename InboundIntegrationsT = Aws::Vector<InboundIntegration>>
63 template<
typename InboundIntegrationsT = InboundIntegration>
70 template<
typename ResponseMetadataT = ResponseMetadata>
71 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
72 template<
typename ResponseMetadataT = ResponseMetadata>
78 bool m_markerHasBeenSet =
false;
81 bool m_inboundIntegrationsHasBeenSet =
false;
84 bool m_responseMetadataHasBeenSet =
false;
DescribeInboundIntegrationsResult & WithInboundIntegrations(InboundIntegrationsT &&value)
void SetInboundIntegrations(InboundIntegrationsT &&value)
void SetMarker(MarkerT &&value)
DescribeInboundIntegrationsResult & WithResponseMetadata(ResponseMetadataT &&value)
DescribeInboundIntegrationsResult & AddInboundIntegrations(InboundIntegrationsT &&value)
const Aws::String & GetMarker() const
AWS_REDSHIFT_API DescribeInboundIntegrationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeInboundIntegrationsResult & WithMarker(MarkerT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_REDSHIFT_API DescribeInboundIntegrationsResult()=default
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_REDSHIFT_API DescribeInboundIntegrationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::Vector< InboundIntegration > & GetInboundIntegrations() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument