com.amazonaws.services.elasticache.model
Class ReplicationGroupPendingModifiedValues

java.lang.Object
  extended by com.amazonaws.services.elasticache.model.ReplicationGroupPendingModifiedValues
All Implemented Interfaces:
Serializable

public class ReplicationGroupPendingModifiedValues
extends Object
implements Serializable

The settings to be applied to the replication group, either immediately or during the next maintenance window.

See Also:
Serialized Form

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

ReplicationGroupPendingModifiedValues

public ReplicationGroupPendingModifiedValues()
Method Detail

getPrimaryClusterId

public String getPrimaryClusterId()
The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

Returns:
The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

setPrimaryClusterId

public void setPrimaryClusterId(String primaryClusterId)
The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

Parameters:
primaryClusterId - The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

withPrimaryClusterId

public ReplicationGroupPendingModifiedValues withPrimaryClusterId(String primaryClusterId)
The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

Returns a reference to this object so that method calls can be chained together.

Parameters:
primaryClusterId - The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.