@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRecoveryGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Name of a recovery group.
NOOP
Constructor and Description |
---|
UpdateRecoveryGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRecoveryGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getCells()
A list of cell Amazon Resource Names (ARNs).
|
String |
getRecoveryGroupName()
The name of a recovery group.
|
int |
hashCode() |
void |
setCells(Collection<String> cells)
A list of cell Amazon Resource Names (ARNs).
|
void |
setRecoveryGroupName(String recoveryGroupName)
The name of a recovery group.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRecoveryGroupRequest |
withCells(Collection<String> cells)
A list of cell Amazon Resource Names (ARNs).
|
UpdateRecoveryGroupRequest |
withCells(String... cells)
A list of cell Amazon Resource Names (ARNs).
|
UpdateRecoveryGroupRequest |
withRecoveryGroupName(String recoveryGroupName)
The name of a recovery group.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getCells()
A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list.
public void setCells(Collection<String> cells)
A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list.
cells
- A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list.public UpdateRecoveryGroupRequest withCells(String... cells)
A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list.
NOTE: This method appends the values to the existing list (if any). Use
setCells(java.util.Collection)
or withCells(java.util.Collection)
if you want to override the
existing values.
cells
- A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list.public UpdateRecoveryGroupRequest withCells(Collection<String> cells)
A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list.
cells
- A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list.public void setRecoveryGroupName(String recoveryGroupName)
The name of a recovery group.
recoveryGroupName
- The name of a recovery group.public String getRecoveryGroupName()
The name of a recovery group.
public UpdateRecoveryGroupRequest withRecoveryGroupName(String recoveryGroupName)
The name of a recovery group.
recoveryGroupName
- The name of a recovery group.public String toString()
toString
in class Object
Object.toString()
public UpdateRecoveryGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()