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/Tag.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
84 inline void SetMaxACU(
double value) { m_maxACU = value; }
94 inline void SetMinACU(
double value) { m_minACU = value; }
119 inline void SetStatus(
const char* value) { m_status.assign(value); }
151 inline void SetEndpoint(
const char* value) { m_endpoint.assign(value); }
201 int m_computeRedundancy;
205 bool m_publiclyAccessible;
void SetDBShardGroupResourceId(Aws::String &&value)
void SetStatus(const char *value)
AWS_RDS_API DeleteDBShardGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetStatus(const Aws::String &value)
const Aws::String & GetStatus() const
void SetEndpoint(const Aws::String &value)
DeleteDBShardGroupResult & WithDBClusterIdentifier(const char *value)
DeleteDBShardGroupResult & AddTagList(const Tag &value)
void SetDBShardGroupIdentifier(const char *value)
void SetDBClusterIdentifier(const char *value)
void SetDBClusterIdentifier(const Aws::String &value)
void SetDBShardGroupArn(const Aws::String &value)
DeleteDBShardGroupResult & WithEndpoint(const char *value)
DeleteDBShardGroupResult & WithDBShardGroupResourceId(Aws::String &&value)
const Aws::String & GetDBClusterIdentifier() const
AWS_RDS_API DeleteDBShardGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetDBShardGroupIdentifier() const
DeleteDBShardGroupResult & WithDBClusterIdentifier(Aws::String &&value)
DeleteDBShardGroupResult & WithMinACU(double value)
DeleteDBShardGroupResult & WithDBShardGroupArn(Aws::String &&value)
DeleteDBShardGroupResult & WithDBShardGroupArn(const char *value)
void SetPubliclyAccessible(bool value)
DeleteDBShardGroupResult & WithResponseMetadata(const ResponseMetadata &value)
void SetResponseMetadata(ResponseMetadata &&value)
void SetComputeRedundancy(int value)
DeleteDBShardGroupResult & WithEndpoint(Aws::String &&value)
DeleteDBShardGroupResult & WithTagList(Aws::Vector< Tag > &&value)
DeleteDBShardGroupResult & WithStatus(const Aws::String &value)
void SetMinACU(double value)
DeleteDBShardGroupResult & WithResponseMetadata(ResponseMetadata &&value)
DeleteDBShardGroupResult & WithStatus(Aws::String &&value)
DeleteDBShardGroupResult & WithPubliclyAccessible(bool value)
void SetDBShardGroupResourceId(const char *value)
DeleteDBShardGroupResult & WithTagList(const Aws::Vector< Tag > &value)
DeleteDBShardGroupResult & WithEndpoint(const Aws::String &value)
const Aws::Vector< Tag > & GetTagList() const
void SetTagList(Aws::Vector< Tag > &&value)
const ResponseMetadata & GetResponseMetadata() const
DeleteDBShardGroupResult & WithDBShardGroupIdentifier(const Aws::String &value)
void SetDBShardGroupIdentifier(const Aws::String &value)
void SetDBShardGroupIdentifier(Aws::String &&value)
void SetStatus(Aws::String &&value)
DeleteDBShardGroupResult & WithMaxACU(double value)
DeleteDBShardGroupResult & WithDBShardGroupArn(const Aws::String &value)
const Aws::String & GetDBShardGroupArn() const
void SetTagList(const Aws::Vector< Tag > &value)
DeleteDBShardGroupResult & WithDBShardGroupIdentifier(Aws::String &&value)
DeleteDBShardGroupResult & WithDBShardGroupIdentifier(const char *value)
const Aws::String & GetEndpoint() const
void SetDBClusterIdentifier(Aws::String &&value)
void SetDBShardGroupArn(const char *value)
DeleteDBShardGroupResult & WithDBShardGroupResourceId(const Aws::String &value)
void SetEndpoint(Aws::String &&value)
void SetEndpoint(const char *value)
bool GetPubliclyAccessible() const
AWS_RDS_API DeleteDBShardGroupResult()
DeleteDBShardGroupResult & WithComputeRedundancy(int value)
int GetComputeRedundancy() const
void SetDBShardGroupArn(Aws::String &&value)
DeleteDBShardGroupResult & WithDBShardGroupResourceId(const char *value)
void SetResponseMetadata(const ResponseMetadata &value)
DeleteDBShardGroupResult & WithStatus(const char *value)
void SetMaxACU(double value)
DeleteDBShardGroupResult & WithDBClusterIdentifier(const Aws::String &value)
const Aws::String & GetDBShardGroupResourceId() const
DeleteDBShardGroupResult & AddTagList(Tag &&value)
void SetDBShardGroupResourceId(const Aws::String &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