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>
47 template<
typename ClusterIdentifierT = Aws::String>
48 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
49 template<
typename ClusterIdentifierT = Aws::String>
59 template<
typename ScheduleIdentifierT = Aws::String>
60 void SetScheduleIdentifier(ScheduleIdentifierT&& value) { m_scheduleIdentifierHasBeenSet =
true; m_scheduleIdentifier = std::forward<ScheduleIdentifierT>(value); }
61 template<
typename ScheduleIdentifierT = Aws::String>
71 template<
typename TagKeysT = Aws::Vector<Aws::String>>
72 void SetTagKeys(TagKeysT&& value) { m_tagKeysHasBeenSet =
true; m_tagKeys = std::forward<TagKeysT>(value); }
73 template<
typename TagKeysT = Aws::Vector<Aws::String>>
75 template<
typename TagKeysT = Aws::String>
85 template<
typename TagValuesT = Aws::Vector<Aws::String>>
86 void SetTagValues(TagValuesT&& value) { m_tagValuesHasBeenSet =
true; m_tagValues = std::forward<TagValuesT>(value); }
87 template<
typename TagValuesT = Aws::Vector<Aws::String>>
89 template<
typename TagValuesT = Aws::String>
104 template<
typename MarkerT = Aws::String>
105 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
106 template<
typename MarkerT = Aws::String>
120 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
126 bool m_clusterIdentifierHasBeenSet =
false;
129 bool m_scheduleIdentifierHasBeenSet =
false;
132 bool m_tagKeysHasBeenSet =
false;
135 bool m_tagValuesHasBeenSet =
false;
138 bool m_markerHasBeenSet =
false;
141 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