7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename ClusterSubnetGroupNameT = Aws::String>
50 void SetClusterSubnetGroupName(ClusterSubnetGroupNameT&& value) { m_clusterSubnetGroupNameHasBeenSet =
true; m_clusterSubnetGroupName = std::forward<ClusterSubnetGroupNameT>(value); }
51 template<
typename ClusterSubnetGroupNameT = Aws::String>
66 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
81 template<
typename MarkerT = Aws::String>
82 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
83 template<
typename MarkerT = Aws::String>
98 template<
typename TagKeysT = Aws::Vector<Aws::String>>
99 void SetTagKeys(TagKeysT&& value) { m_tagKeysHasBeenSet =
true; m_tagKeys = std::forward<TagKeysT>(value); }
100 template<
typename TagKeysT = Aws::Vector<Aws::String>>
102 template<
typename TagKeysT = Aws::String>
117 template<
typename TagValuesT = Aws::Vector<Aws::String>>
118 void SetTagValues(TagValuesT&& value) { m_tagValuesHasBeenSet =
true; m_tagValues = std::forward<TagValuesT>(value); }
119 template<
typename TagValuesT = Aws::Vector<Aws::String>>
121 template<
typename TagValuesT = Aws::String>
127 bool m_clusterSubnetGroupNameHasBeenSet =
false;
130 bool m_maxRecordsHasBeenSet =
false;
133 bool m_markerHasBeenSet =
false;
136 bool m_tagKeysHasBeenSet =
false;
139 bool m_tagValuesHasBeenSet =
false;
bool TagValuesHasBeenSet() const
const Aws::String & GetMarker() const
const Aws::String & GetClusterSubnetGroupName() const
void SetClusterSubnetGroupName(ClusterSubnetGroupNameT &&value)
void SetMarker(MarkerT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetTagKeys(TagKeysT &&value)
void SetMaxRecords(int value)
DescribeClusterSubnetGroupsRequest & AddTagValues(TagValuesT &&value)
AWS_REDSHIFT_API DescribeClusterSubnetGroupsRequest()=default
void SetTagValues(TagValuesT &&value)
int GetMaxRecords() const
DescribeClusterSubnetGroupsRequest & AddTagKeys(TagKeysT &&value)
DescribeClusterSubnetGroupsRequest & WithClusterSubnetGroupName(ClusterSubnetGroupNameT &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
bool ClusterSubnetGroupNameHasBeenSet() const
bool MarkerHasBeenSet() const
DescribeClusterSubnetGroupsRequest & WithMarker(MarkerT &&value)
const Aws::Vector< Aws::String > & GetTagKeys() const
DescribeClusterSubnetGroupsRequest & WithTagKeys(TagKeysT &&value)
bool TagKeysHasBeenSet() const
const Aws::Vector< Aws::String > & GetTagValues() const
DescribeClusterSubnetGroupsRequest & WithTagValues(TagValuesT &&value)
virtual const char * GetServiceRequestName() const override
DescribeClusterSubnetGroupsRequest & WithMaxRecords(int value)
bool MaxRecordsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector