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/Snapshot.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
49 template <
typename MarkerT = Aws::String>
51 m_markerHasBeenSet =
true;
52 m_marker = std::forward<MarkerT>(value);
54 template <
typename MarkerT = Aws::String>
66 template <
typename SnapshotsT = Aws::Vector<Snapshot>>
68 m_snapshotsHasBeenSet =
true;
69 m_snapshots = std::forward<SnapshotsT>(value);
71 template <
typename SnapshotsT = Aws::Vector<Snapshot>>
76 template <
typename SnapshotsT = Snapshot>
78 m_snapshotsHasBeenSet =
true;
79 m_snapshots.emplace_back(std::forward<SnapshotsT>(value));
87 template <
typename ResponseMetadataT = ResponseMetadata>
89 m_responseMetadataHasBeenSet =
true;
90 m_responseMetadata = std::forward<ResponseMetadataT>(value);
92 template <
typename ResponseMetadataT = ResponseMetadata>
107 bool m_markerHasBeenSet =
false;
108 bool m_snapshotsHasBeenSet =
false;
109 bool m_responseMetadataHasBeenSet =
false;
const ResponseMetadata & GetResponseMetadata() const
DescribeClusterSnapshotsResult & WithSnapshots(SnapshotsT &&value)
AWS_REDSHIFT_API DescribeClusterSnapshotsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_REDSHIFT_API DescribeClusterSnapshotsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetMarker(MarkerT &&value)
AWS_REDSHIFT_API DescribeClusterSnapshotsResult()=default
DescribeClusterSnapshotsResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetSnapshots(SnapshotsT &&value)
DescribeClusterSnapshotsResult & AddSnapshots(SnapshotsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Vector< Snapshot > & GetSnapshots() const
DescribeClusterSnapshotsResult & WithMarker(MarkerT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
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