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 SetResponseMetadata(const ResponseMetadata &value)
RebootDBShardGroupResult & WithDBShardGroupIdentifier(Aws::String &&value)
bool GetPubliclyAccessible() const
RebootDBShardGroupResult & WithDBShardGroupIdentifier(const char *value)
RebootDBShardGroupResult & WithDBShardGroupResourceId(const Aws::String &value)
RebootDBShardGroupResult & WithStatus(const char *value)
RebootDBShardGroupResult & WithDBShardGroupArn(const Aws::String &value)
RebootDBShardGroupResult & WithStatus(const Aws::String &value)
RebootDBShardGroupResult & AddTagList(const Tag &value)
int GetComputeRedundancy() const
void SetPubliclyAccessible(bool value)
void SetStatus(const char *value)
void SetStatus(const Aws::String &value)
const Aws::String & GetDBShardGroupArn() const
void SetDBShardGroupArn(Aws::String &&value)
RebootDBShardGroupResult & WithMaxACU(double value)
RebootDBShardGroupResult & WithDBClusterIdentifier(const char *value)
RebootDBShardGroupResult & WithTagList(Aws::Vector< Tag > &&value)
RebootDBShardGroupResult & WithEndpoint(const char *value)
void SetDBShardGroupIdentifier(const char *value)
void SetDBShardGroupArn(const Aws::String &value)
void SetStatus(Aws::String &&value)
void SetMaxACU(double value)
RebootDBShardGroupResult & WithDBShardGroupResourceId(Aws::String &&value)
RebootDBShardGroupResult & WithDBShardGroupResourceId(const char *value)
void SetMinACU(double value)
RebootDBShardGroupResult & WithDBClusterIdentifier(Aws::String &&value)
RebootDBShardGroupResult & WithResponseMetadata(const ResponseMetadata &value)
void SetDBShardGroupArn(const char *value)
AWS_RDS_API RebootDBShardGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
RebootDBShardGroupResult & WithDBShardGroupArn(const char *value)
void SetDBShardGroupResourceId(Aws::String &&value)
void SetEndpoint(Aws::String &&value)
const Aws::String & GetEndpoint() const
const Aws::String & GetDBClusterIdentifier() const
const Aws::Vector< Tag > & GetTagList() const
RebootDBShardGroupResult & WithResponseMetadata(ResponseMetadata &&value)
void SetComputeRedundancy(int value)
RebootDBShardGroupResult & WithTagList(const Aws::Vector< Tag > &value)
AWS_RDS_API RebootDBShardGroupResult()
void SetDBClusterIdentifier(const char *value)
RebootDBShardGroupResult & WithDBShardGroupArn(Aws::String &&value)
RebootDBShardGroupResult & WithEndpoint(const Aws::String &value)
const ResponseMetadata & GetResponseMetadata() const
RebootDBShardGroupResult & WithPubliclyAccessible(bool value)
void SetDBShardGroupResourceId(const Aws::String &value)
RebootDBShardGroupResult & WithComputeRedundancy(int value)
void SetResponseMetadata(ResponseMetadata &&value)
RebootDBShardGroupResult & WithMinACU(double value)
void SetDBShardGroupResourceId(const char *value)
void SetEndpoint(const char *value)
const Aws::String & GetStatus() const
void SetDBShardGroupIdentifier(Aws::String &&value)
void SetEndpoint(const Aws::String &value)
void SetTagList(Aws::Vector< Tag > &&value)
void SetTagList(const Aws::Vector< Tag > &value)
RebootDBShardGroupResult & WithDBClusterIdentifier(const Aws::String &value)
void SetDBClusterIdentifier(const Aws::String &value)
RebootDBShardGroupResult & WithStatus(Aws::String &&value)
void SetDBClusterIdentifier(Aws::String &&value)
RebootDBShardGroupResult & WithEndpoint(Aws::String &&value)
const Aws::String & GetDBShardGroupIdentifier() const
void SetDBShardGroupIdentifier(const Aws::String &value)
AWS_RDS_API RebootDBShardGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
RebootDBShardGroupResult & AddTagList(Tag &&value)
RebootDBShardGroupResult & WithDBShardGroupIdentifier(const Aws::String &value)
const Aws::String & GetDBShardGroupResourceId() 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