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/SnapshotSchedule.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename SnapshotSchedulesT = Aws::Vector<SnapshotSchedule>>
44 void SetSnapshotSchedules(SnapshotSchedulesT&& value) { m_snapshotSchedulesHasBeenSet =
true; m_snapshotSchedules = std::forward<SnapshotSchedulesT>(value); }
45 template<
typename SnapshotSchedulesT = Aws::Vector<SnapshotSchedule>>
47 template<
typename SnapshotSchedulesT = SnapshotSchedule>
61 template<
typename MarkerT = Aws::String>
62 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
63 template<
typename MarkerT = Aws::String>
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_snapshotSchedulesHasBeenSet =
false;
81 bool m_markerHasBeenSet =
false;
84 bool m_responseMetadataHasBeenSet =
false;
const Aws::Vector< SnapshotSchedule > & GetSnapshotSchedules() const
void SetMarker(MarkerT &&value)
DescribeSnapshotSchedulesResult & WithResponseMetadata(ResponseMetadataT &&value)
DescribeSnapshotSchedulesResult & WithMarker(MarkerT &&value)
AWS_REDSHIFT_API DescribeSnapshotSchedulesResult()=default
DescribeSnapshotSchedulesResult & AddSnapshotSchedules(SnapshotSchedulesT &&value)
DescribeSnapshotSchedulesResult & WithSnapshotSchedules(SnapshotSchedulesT &&value)
AWS_REDSHIFT_API DescribeSnapshotSchedulesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadataT &&value)
void SetSnapshotSchedules(SnapshotSchedulesT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_REDSHIFT_API DescribeSnapshotSchedulesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetMarker() 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