public class DeleteReplicationGroupRequest extends AmazonWebServiceRequest implements Serializable
DeleteReplicationGroup operation
.
The DeleteReplicationGroup operation deletes an existing replication group. DeleteReplicationGroup deletes the primary cache cluster and all of the read replicas in the replication group. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the entire replication group; you cannot cancel or revert this operation.
Constructor and Description |
---|
DeleteReplicationGroupRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getReplicationGroupId()
The identifier for the replication group to be deleted.
|
int |
hashCode() |
void |
setReplicationGroupId(String replicationGroupId)
The identifier for the replication group to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteReplicationGroupRequest |
withReplicationGroupId(String replicationGroupId)
The identifier for the replication group to be deleted.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getReplicationGroupId()
public void setReplicationGroupId(String replicationGroupId)
replicationGroupId
- The identifier for the replication group to be deleted. This parameter
is not case sensitive.public DeleteReplicationGroupRequest withReplicationGroupId(String replicationGroupId)
Returns a reference to this object so that method calls can be chained together.
replicationGroupId
- The identifier for the replication group to be deleted. This parameter
is not case sensitive.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.