7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/neptune/model/ResponseMetadata.h>
11#include <aws/neptune/model/DBSubnetGroup.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
45 template<
typename MarkerT = Aws::String>
46 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
47 template<
typename MarkerT = Aws::String>
56 template<
typename DBSubnetGroupsT = Aws::Vector<DBSubnetGroup>>
57 void SetDBSubnetGroups(DBSubnetGroupsT&& value) { m_dBSubnetGroupsHasBeenSet =
true; m_dBSubnetGroups = std::forward<DBSubnetGroupsT>(value); }
58 template<
typename DBSubnetGroupsT = Aws::Vector<DBSubnetGroup>>
60 template<
typename DBSubnetGroupsT = DBSubnetGroup>
67 template<
typename ResponseMetadataT = ResponseMetadata>
68 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
69 template<
typename ResponseMetadataT = ResponseMetadata>
75 bool m_markerHasBeenSet =
false;
78 bool m_dBSubnetGroupsHasBeenSet =
false;
81 bool m_responseMetadataHasBeenSet =
false;
AWS_NEPTUNE_API DescribeDBSubnetGroupsResult()=default
AWS_NEPTUNE_API DescribeDBSubnetGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeDBSubnetGroupsResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetMarker(MarkerT &&value)
void SetDBSubnetGroups(DBSubnetGroupsT &&value)
AWS_NEPTUNE_API DescribeDBSubnetGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
const Aws::String & GetMarker() const
DescribeDBSubnetGroupsResult & WithDBSubnetGroups(DBSubnetGroupsT &&value)
DescribeDBSubnetGroupsResult & AddDBSubnetGroups(DBSubnetGroupsT &&value)
DescribeDBSubnetGroupsResult & WithMarker(MarkerT &&value)
const Aws::Vector< DBSubnetGroup > & GetDBSubnetGroups() const
void SetResponseMetadata(ResponseMetadataT &&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