|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticache.model.ReplicationGroupPendingModifiedValues
public class ReplicationGroupPendingModifiedValues
The settings to be applied to the replication group, either immediately or during the next maintenance window.
Constructor Summary | |
---|---|
ReplicationGroupPendingModifiedValues()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getPrimaryClusterId()
The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next
maintenance window. |
int |
hashCode()
|
void |
setPrimaryClusterId(String primaryClusterId)
The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next
maintenance window. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ReplicationGroupPendingModifiedValues |
withPrimaryClusterId(String primaryClusterId)
The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next
maintenance window. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReplicationGroupPendingModifiedValues()
Method Detail |
---|
public String getPrimaryClusterId()
--apply-immediately
was specified), or during the next
maintenance window.
--apply-immediately
was specified), or during the next
maintenance window.public void setPrimaryClusterId(String primaryClusterId)
--apply-immediately
was specified), or during the next
maintenance window.
primaryClusterId
- The primary cluster ID which will be applied immediately (if
--apply-immediately
was specified), or during the next
maintenance window.public ReplicationGroupPendingModifiedValues withPrimaryClusterId(String primaryClusterId)
--apply-immediately
was specified), or during the next
maintenance window.
Returns a reference to this object so that method calls can be chained together.
primaryClusterId
- The primary cluster ID which will be applied immediately (if
--apply-immediately
was specified), or during the next
maintenance window.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |