@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRecoveryGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateRecoveryGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRecoveryGroupRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCells()
A list of Cell arns, completely replaces previous list
|
String |
getRecoveryGroupName()
The RecoveryGroup to update
|
int |
hashCode() |
void |
setCells(Collection<String> cells)
A list of Cell arns, completely replaces previous list
|
void |
setRecoveryGroupName(String recoveryGroupName)
The RecoveryGroup to update
|
String |
toString()
Returns a string representation of this object.
|
UpdateRecoveryGroupRequest |
withCells(Collection<String> cells)
A list of Cell arns, completely replaces previous list
|
UpdateRecoveryGroupRequest |
withCells(String... cells)
A list of Cell arns, completely replaces previous list
|
UpdateRecoveryGroupRequest |
withRecoveryGroupName(String recoveryGroupName)
The RecoveryGroup to update
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic List<String> getCells()
public void setCells(Collection<String> cells)
cells - A list of Cell arns, completely replaces previous listpublic UpdateRecoveryGroupRequest withCells(String... cells)
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 arns, completely replaces previous listpublic UpdateRecoveryGroupRequest withCells(Collection<String> cells)
cells - A list of Cell arns, completely replaces previous listpublic void setRecoveryGroupName(String recoveryGroupName)
recoveryGroupName - The RecoveryGroup to updatepublic String getRecoveryGroupName()
public UpdateRecoveryGroupRequest withRecoveryGroupName(String recoveryGroupName)
recoveryGroupName - The RecoveryGroup to updatepublic String toString()
toString in class ObjectObject.toString()public UpdateRecoveryGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.