@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CellOutput extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
CellOutput() |
Modifier and Type | Method and Description |
---|---|
CellOutput |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CellOutput |
clearTagsEntries()
Removes all the entries added into Tags.
|
CellOutput |
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
CellOutput |
withCellArn(String cellArn)
The arn for the Cell
|
CellOutput |
withCellName(String cellName)
The name of the Cell
|
CellOutput |
withCells(Collection<String> cells)
A list of Cell arns
|
CellOutput |
withCells(String... cells)
A list of Cell arns
|
CellOutput |
withParentReadinessScopes(Collection<String> parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
CellOutput |
withParentReadinessScopes(String... parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
CellOutput |
withTags(Map<String,String> tags) |
public void setCellArn(String cellArn)
cellArn
- The arn for the Cellpublic String getCellArn()
public CellOutput withCellArn(String cellArn)
cellArn
- The arn for the Cellpublic void setCellName(String cellName)
cellName
- The name of the Cellpublic String getCellName()
public CellOutput withCellName(String cellName)
cellName
- The name of the Cellpublic void setCells(Collection<String> cells)
cells
- A list of Cell arnspublic CellOutput 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 CellOutput 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 CellOutput 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 CellOutput withParentReadinessScopes(Collection<String> parentReadinessScopes)
parentReadinessScopes
- A list of Cell ARNs and/or RecoveryGroup ARNspublic CellOutput withTags(Map<String,String> tags)
tags
- public CellOutput addTagsEntry(String key, String value)
public CellOutput clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CellOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.