7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rds/model/ResponseMetadata.h>
11#include <aws/rds/model/DBClusterSnapshot.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
53 template<
typename MarkerT = Aws::String>
54 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
55 template<
typename MarkerT = Aws::String>
64 template<
typename DBClusterSnapshotsT = Aws::Vector<DBClusterSnapshot>>
65 void SetDBClusterSnapshots(DBClusterSnapshotsT&& value) { m_dBClusterSnapshotsHasBeenSet =
true; m_dBClusterSnapshots = std::forward<DBClusterSnapshotsT>(value); }
66 template<
typename DBClusterSnapshotsT = Aws::Vector<DBClusterSnapshot>>
68 template<
typename DBClusterSnapshotsT = DBClusterSnapshot>
75 template<
typename ResponseMetadataT = ResponseMetadata>
76 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
77 template<
typename ResponseMetadataT = ResponseMetadata>
83 bool m_markerHasBeenSet =
false;
86 bool m_dBClusterSnapshotsHasBeenSet =
false;
89 bool m_responseMetadataHasBeenSet =
false;
const Aws::String & GetMarker() const
void SetResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< DBClusterSnapshot > & GetDBClusterSnapshots() const
const ResponseMetadata & GetResponseMetadata() const
DescribeDBClusterSnapshotsResult & WithDBClusterSnapshots(DBClusterSnapshotsT &&value)
void SetDBClusterSnapshots(DBClusterSnapshotsT &&value)
DescribeDBClusterSnapshotsResult & WithResponseMetadata(ResponseMetadataT &&value)
DescribeDBClusterSnapshotsResult & WithMarker(MarkerT &&value)
AWS_RDS_API DescribeDBClusterSnapshotsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_RDS_API DescribeDBClusterSnapshotsResult()=default
DescribeDBClusterSnapshotsResult & AddDBClusterSnapshots(DBClusterSnapshotsT &&value)
void SetMarker(MarkerT &&value)
AWS_RDS_API DescribeDBClusterSnapshotsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument