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/DBSubnetGroup.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 DBSubnetGroupsT = Aws::Vector<DBSubnetGroup>>
63 void SetDBSubnetGroups(DBSubnetGroupsT&& value) { m_dBSubnetGroupsHasBeenSet =
true; m_dBSubnetGroups = std::forward<DBSubnetGroupsT>(value); }
64 template<
typename DBSubnetGroupsT = Aws::Vector<DBSubnetGroup>>
66 template<
typename DBSubnetGroupsT = DBSubnetGroup>
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_dBSubnetGroupsHasBeenSet =
false;
87 bool m_responseMetadataHasBeenSet =
false;
void SetDBSubnetGroups(DBSubnetGroupsT &&value)
AWS_DOCDB_API DescribeDBSubnetGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_DOCDB_API DescribeDBSubnetGroupsResult()=default
const Aws::String & GetMarker() const
AWS_DOCDB_API DescribeDBSubnetGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeDBSubnetGroupsResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< DBSubnetGroup > & GetDBSubnetGroups() const
DescribeDBSubnetGroupsResult & WithDBSubnetGroups(DBSubnetGroupsT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
DescribeDBSubnetGroupsResult & AddDBSubnetGroups(DBSubnetGroupsT &&value)
DescribeDBSubnetGroupsResult & WithMarker(MarkerT &&value)
const ResponseMetadata & GetResponseMetadata() const
void SetMarker(MarkerT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument