7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rds/model/ResponseMetadata.h>
11#include <aws/rds/model/DBShardGroup.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename DBShardGroupsT = Aws::Vector<DBShardGroup>>
44 void SetDBShardGroups(DBShardGroupsT&& value) { m_dBShardGroupsHasBeenSet =
true; m_dBShardGroups = std::forward<DBShardGroupsT>(value); }
45 template<
typename DBShardGroupsT = Aws::Vector<DBShardGroup>>
47 template<
typename DBShardGroupsT = DBShardGroup>
57 template<
typename MarkerT = Aws::String>
58 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
59 template<
typename MarkerT = Aws::String>
66 template<
typename ResponseMetadataT = ResponseMetadata>
67 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
68 template<
typename ResponseMetadataT = ResponseMetadata>
74 bool m_dBShardGroupsHasBeenSet =
false;
77 bool m_markerHasBeenSet =
false;
80 bool m_responseMetadataHasBeenSet =
false;
AWS_RDS_API DescribeDBShardGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_RDS_API DescribeDBShardGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetDBShardGroups(DBShardGroupsT &&value)
DescribeDBShardGroupsResult & AddDBShardGroups(DBShardGroupsT &&value)
const Aws::Vector< DBShardGroup > & GetDBShardGroups() const
DescribeDBShardGroupsResult & WithDBShardGroups(DBShardGroupsT &&value)
DescribeDBShardGroupsResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::String & GetMarker() const
const ResponseMetadata & GetResponseMetadata() const
AWS_RDS_API DescribeDBShardGroupsResult()=default
void SetMarker(MarkerT &&value)
DescribeDBShardGroupsResult & WithMarker(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