7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename DBShardGroupIdentifierT = Aws::String>
46 void SetDBShardGroupIdentifier(DBShardGroupIdentifierT&& value) { m_dBShardGroupIdentifierHasBeenSet =
true; m_dBShardGroupIdentifier = std::forward<DBShardGroupIdentifierT>(value); }
47 template<
typename DBShardGroupIdentifierT = Aws::String>
56 inline double GetMaxACU()
const {
return m_maxACU; }
58 inline void SetMaxACU(
double value) { m_maxACUHasBeenSet =
true; m_maxACU = value; }
67 inline double GetMinACU()
const {
return m_minACU; }
69 inline void SetMinACU(
double value) { m_minACUHasBeenSet =
true; m_minACU = value; }
84 inline void SetComputeRedundancy(
int value) { m_computeRedundancyHasBeenSet =
true; m_computeRedundancy = value; }
90 bool m_dBShardGroupIdentifierHasBeenSet =
false;
93 bool m_maxACUHasBeenSet =
false;
96 bool m_minACUHasBeenSet =
false;
98 int m_computeRedundancy{0};
99 bool m_computeRedundancyHasBeenSet =
false;
void SetMinACU(double value)
ModifyDBShardGroupRequest & WithMinACU(double value)
bool DBShardGroupIdentifierHasBeenSet() const
void SetDBShardGroupIdentifier(DBShardGroupIdentifierT &&value)
bool MaxACUHasBeenSet() const
void SetComputeRedundancy(int value)
AWS_RDS_API ModifyDBShardGroupRequest()=default
bool ComputeRedundancyHasBeenSet() const
bool MinACUHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ModifyDBShardGroupRequest & WithComputeRedundancy(int value)
void SetMaxACU(double value)
const Aws::String & GetDBShardGroupIdentifier() const
AWS_RDS_API Aws::String SerializePayload() const override
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
ModifyDBShardGroupRequest & WithMaxACU(double value)
int GetComputeRedundancy() const
ModifyDBShardGroupRequest & WithDBShardGroupIdentifier(DBShardGroupIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String