7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/docdb/model/ResponseMetadata.h>
11#include <aws/docdb/model/DBClusterSnapshot.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
51 template<
typename MarkerT = Aws::String>
52 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
53 template<
typename MarkerT = Aws::String>
62 template<
typename DBClusterSnapshotsT = Aws::Vector<DBClusterSnapshot>>
63 void SetDBClusterSnapshots(DBClusterSnapshotsT&& value) { m_dBClusterSnapshotsHasBeenSet =
true; m_dBClusterSnapshots = std::forward<DBClusterSnapshotsT>(value); }
64 template<
typename DBClusterSnapshotsT = Aws::Vector<DBClusterSnapshot>>
66 template<
typename DBClusterSnapshotsT = DBClusterSnapshot>
73 template<
typename ResponseMetadataT = ResponseMetadata>
74 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
75 template<
typename ResponseMetadataT = ResponseMetadata>
81 bool m_markerHasBeenSet =
false;
84 bool m_dBClusterSnapshotsHasBeenSet =
false;
87 bool m_responseMetadataHasBeenSet =
false;
void SetDBClusterSnapshots(DBClusterSnapshotsT &&value)
AWS_DOCDB_API DescribeDBClusterSnapshotsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_DOCDB_API DescribeDBClusterSnapshotsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_DOCDB_API DescribeDBClusterSnapshotsResult()=default
const Aws::String & GetMarker() const
const Aws::Vector< DBClusterSnapshot > & GetDBClusterSnapshots() const
DescribeDBClusterSnapshotsResult & WithMarker(MarkerT &&value)
DescribeDBClusterSnapshotsResult & AddDBClusterSnapshots(DBClusterSnapshotsT &&value)
DescribeDBClusterSnapshotsResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
DescribeDBClusterSnapshotsResult & WithDBClusterSnapshots(DBClusterSnapshotsT &&value)
void SetMarker(MarkerT &&value)
const ResponseMetadata & GetResponseMetadata() 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