@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCellResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateCellResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateCellResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateCellResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateCellResult |
clone() |
boolean |
equals(Object obj) |
String |
getCellArn()
The arn for the Cell
|
String |
getCellName()
The name of the Cell
|
List<String> |
getCells()
A list of Cell arns
|
List<String> |
getParentReadinessScopes()
A list of Cell ARNs and/or RecoveryGroup ARNs
|
Map<String,String> |
getTags() |
int |
hashCode() |
void |
setCellArn(String cellArn)
The arn for the Cell
|
void |
setCellName(String cellName)
The name of the Cell
|
void |
setCells(Collection<String> cells)
A list of Cell arns
|
void |
setParentReadinessScopes(Collection<String> parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
void |
setTags(Map<String,String> tags) |
String |
toString()
Returns a string representation of this object.
|
UpdateCellResult |
withCellArn(String cellArn)
The arn for the Cell
|
UpdateCellResult |
withCellName(String cellName)
The name of the Cell
|
UpdateCellResult |
withCells(Collection<String> cells)
A list of Cell arns
|
UpdateCellResult |
withCells(String... cells)
A list of Cell arns
|
UpdateCellResult |
withParentReadinessScopes(Collection<String> parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
UpdateCellResult |
withParentReadinessScopes(String... parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
UpdateCellResult |
withTags(Map<String,String> tags) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCellArn(String cellArn)
cellArn - The arn for the Cellpublic String getCellArn()
public UpdateCellResult withCellArn(String cellArn)
cellArn - The arn for the Cellpublic void setCellName(String cellName)
cellName - The name of the Cellpublic String getCellName()
public UpdateCellResult withCellName(String cellName)
cellName - The name of the Cellpublic void setCells(Collection<String> cells)
cells - A list of Cell arnspublic UpdateCellResult 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 arnspublic UpdateCellResult withCells(Collection<String> cells)
cells - A list of Cell arnspublic List<String> getParentReadinessScopes()
public void setParentReadinessScopes(Collection<String> parentReadinessScopes)
parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNspublic UpdateCellResult withParentReadinessScopes(String... parentReadinessScopes)
NOTE: This method appends the values to the existing list (if any). Use
setParentReadinessScopes(java.util.Collection) or
withParentReadinessScopes(java.util.Collection) if you want to override the existing values.
parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNspublic UpdateCellResult withParentReadinessScopes(Collection<String> parentReadinessScopes)
parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNspublic UpdateCellResult withTags(Map<String,String> tags)
tags - public UpdateCellResult addTagsEntry(String key, String value)
public UpdateCellResult clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public UpdateCellResult clone()
Copyright © 2021. All rights reserved.