7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
11#include <aws/redshift/model/ResponseMetadata.h>
12#include <aws/redshift/model/SnapshotSchedule.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename SnapshotSchedulesT = Aws::Vector<SnapshotSchedule>>
40 m_snapshotSchedulesHasBeenSet =
true;
41 m_snapshotSchedules = std::forward<SnapshotSchedulesT>(value);
43 template <
typename SnapshotSchedulesT = Aws::Vector<SnapshotSchedule>>
48 template <
typename SnapshotSchedulesT = SnapshotSchedule>
50 m_snapshotSchedulesHasBeenSet =
true;
51 m_snapshotSchedules.emplace_back(std::forward<SnapshotSchedulesT>(value));
66 template <
typename MarkerT = Aws::String>
68 m_markerHasBeenSet =
true;
69 m_marker = std::forward<MarkerT>(value);
71 template <
typename MarkerT = Aws::String>
81 template <
typename ResponseMetadataT = ResponseMetadata>
83 m_responseMetadataHasBeenSet =
true;
84 m_responseMetadata = std::forward<ResponseMetadataT>(value);
86 template <
typename ResponseMetadataT = ResponseMetadata>
101 bool m_snapshotSchedulesHasBeenSet =
false;
102 bool m_markerHasBeenSet =
false;
103 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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