45 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
46 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
70 inline void SetMasterUserPassword(
const char* value) { m_masterUserPasswordHasBeenSet =
true; m_masterUserPassword.assign(value); }
108 inline void SetNodeType(
const char* value) { m_nodeTypeHasBeenSet =
true; m_nodeType.assign(value); }
135 inline void SetNumberOfNodes(
int value) { m_numberOfNodesHasBeenSet =
true; m_numberOfNodes = value; }
161 inline void SetClusterType(
const char* value) { m_clusterTypeHasBeenSet =
true; m_clusterType.assign(value); }
196 inline void SetClusterVersion(
const char* value) { m_clusterVersionHasBeenSet =
true; m_clusterVersion.assign(value); }
249 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
276 inline void SetPubliclyAccessible(
bool value) { m_publiclyAccessibleHasBeenSet =
true; m_publiclyAccessible = value; }
286 bool m_masterUserPasswordHasBeenSet;
288 bool m_nodeTypeHasBeenSet;
290 bool m_numberOfNodesHasBeenSet;
292 bool m_clusterTypeHasBeenSet;
294 bool m_clusterVersionHasBeenSet;
295 int m_automatedSnapshotRetentionPeriod;
296 bool m_automatedSnapshotRetentionPeriodHasBeenSet;
298 bool m_clusterIdentifierHasBeenSet;
299 bool m_publiclyAccessible;
300 bool m_publiclyAccessibleHasBeenSet;
PendingModifiedValues & WithAutomatedSnapshotRetentionPeriod(int value)
PendingModifiedValues & WithMasterUserPassword(const Aws::String &value)
void SetNodeType(const char *value)
void SetNodeType(Aws::String &&value)
void SetClusterIdentifier(Aws::String &&value)
PendingModifiedValues & WithClusterType(const char *value)
PendingModifiedValues & WithClusterType(const Aws::String &value)
int GetAutomatedSnapshotRetentionPeriod() const
PendingModifiedValues & WithMasterUserPassword(Aws::String &&value)
void SetClusterVersion(const Aws::String &value)
PendingModifiedValues & WithClusterIdentifier(Aws::String &&value)
PendingModifiedValues & WithNodeType(const Aws::String &value)
const Aws::String & GetClusterVersion() const
void SetClusterIdentifier(const Aws::String &value)
void SetMasterUserPassword(Aws::String &&value)
const Aws::String & GetMasterUserPassword() const
PendingModifiedValues & WithNumberOfNodes(int value)
PendingModifiedValues & WithClusterIdentifier(const char *value)
PendingModifiedValues & WithClusterType(Aws::String &&value)
void SetAutomatedSnapshotRetentionPeriod(int value)
PendingModifiedValues & WithMasterUserPassword(const char *value)
PendingModifiedValues & WithClusterVersion(Aws::String &&value)
PendingModifiedValues & WithNodeType(const char *value)
int GetNumberOfNodes() const
PendingModifiedValues & WithNodeType(Aws::String &&value)
bool GetPubliclyAccessible() const
std::basic_ostream< char, std::char_traits< char > > OStream
void SetMasterUserPassword(const char *value)
void SetMasterUserPassword(const Aws::String &value)
PendingModifiedValues & WithClusterVersion(const Aws::String &value)
void SetNumberOfNodes(int value)
const Aws::String & GetNodeType() const
void SetPubliclyAccessible(bool value)
void SetClusterIdentifier(const char *value)
void SetClusterVersion(const char *value)
const Aws::String & GetClusterIdentifier() const
PendingModifiedValues & WithPubliclyAccessible(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetClusterType(const Aws::String &value)
void SetClusterType(const char *value)
const Aws::String & GetClusterType() const
void SetClusterVersion(Aws::String &&value)
PendingModifiedValues & WithClusterIdentifier(const Aws::String &value)
void SetNodeType(const Aws::String &value)
PendingModifiedValues & WithClusterVersion(const char *value)
void SetClusterType(Aws::String &&value)
JSON (JavaScript Object Notation).