7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/redshift/RedshiftRequest.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
43 template <
typename ClusterIdentifierT = Aws::String>
45 m_clusterIdentifierHasBeenSet =
true;
46 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
48 template <
typename ClusterIdentifierT = Aws::String>
61 template <
typename ScheduleIdentifierT = Aws::String>
63 m_scheduleIdentifierHasBeenSet =
true;
64 m_scheduleIdentifier = std::forward<ScheduleIdentifierT>(value);
66 template <
typename ScheduleIdentifierT = Aws::String>
79 template <
typename TagKeysT = Aws::Vector<Aws::String>>
81 m_tagKeysHasBeenSet =
true;
82 m_tagKeys = std::forward<TagKeysT>(value);
84 template <
typename TagKeysT = Aws::Vector<Aws::String>>
89 template <
typename TagKeysT = Aws::String>
91 m_tagKeysHasBeenSet =
true;
92 m_tagKeys.emplace_back(std::forward<TagKeysT>(value));
103 template <
typename TagValuesT = Aws::Vector<Aws::String>>
105 m_tagValuesHasBeenSet =
true;
106 m_tagValues = std::forward<TagValuesT>(value);
108 template <
typename TagValuesT = Aws::Vector<Aws::String>>
113 template <
typename TagValuesT = Aws::String>
115 m_tagValuesHasBeenSet =
true;
116 m_tagValues.emplace_back(std::forward<TagValuesT>(value));
132 template <
typename MarkerT = Aws::String>
134 m_markerHasBeenSet =
true;
135 m_marker = std::forward<MarkerT>(value);
137 template <
typename MarkerT = Aws::String>
155 m_maxRecordsHasBeenSet =
true;
156 m_maxRecords = value;
175 bool m_clusterIdentifierHasBeenSet =
false;
176 bool m_scheduleIdentifierHasBeenSet =
false;
177 bool m_tagKeysHasBeenSet =
false;
178 bool m_tagValuesHasBeenSet =
false;
179 bool m_markerHasBeenSet =
false;
180 bool m_maxRecordsHasBeenSet =
false;
DescribeSnapshotSchedulesRequest & WithScheduleIdentifier(ScheduleIdentifierT &&value)
void SetTagValues(TagValuesT &&value)
void SetScheduleIdentifier(ScheduleIdentifierT &&value)
const Aws::String & GetClusterIdentifier() const
bool MarkerHasBeenSet() const
DescribeSnapshotSchedulesRequest & WithTagKeys(TagKeysT &&value)
DescribeSnapshotSchedulesRequest & WithTagValues(TagValuesT &&value)
bool MaxRecordsHasBeenSet() const
void SetClusterIdentifier(ClusterIdentifierT &&value)
const Aws::Vector< Aws::String > & GetTagKeys() const
virtual const char * GetServiceRequestName() const override
void SetTagKeys(TagKeysT &&value)
bool TagKeysHasBeenSet() const
DescribeSnapshotSchedulesRequest & AddTagValues(TagValuesT &&value)
DescribeSnapshotSchedulesRequest & WithMarker(MarkerT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool ScheduleIdentifierHasBeenSet() const
const Aws::Vector< Aws::String > & GetTagValues() const
DescribeSnapshotSchedulesRequest & WithMaxRecords(int value)
const Aws::String & GetScheduleIdentifier() const
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetMarker(MarkerT &&value)
DescribeSnapshotSchedulesRequest & AddTagKeys(TagKeysT &&value)
AWS_REDSHIFT_API DescribeSnapshotSchedulesRequest()=default
void SetMaxRecords(int value)
bool TagValuesHasBeenSet() const
const Aws::String & GetMarker() const
int GetMaxRecords() const
bool ClusterIdentifierHasBeenSet() const
DescribeSnapshotSchedulesRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector