@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCellRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateCellRequest() |
Modifier and Type | Method and Description |
---|---|
CreateCellRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateCellRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateCellRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCellName()
The name of the cell to create.
|
List<String> |
getCells()
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
|
Map<String,String> |
getTags() |
int |
hashCode() |
void |
setCellName(String cellName)
The name of the cell to create.
|
void |
setCells(Collection<String> cells)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
|
void |
setTags(Map<String,String> tags) |
String |
toString()
Returns a string representation of this object.
|
CreateCellRequest |
withCellName(String cellName)
The name of the cell to create.
|
CreateCellRequest |
withCells(Collection<String> cells)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
|
CreateCellRequest |
withCells(String... cells)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
|
CreateCellRequest |
withTags(Map<String,String> tags) |
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 void setCellName(String cellName)
The name of the cell to create.
cellName
- The name of the cell to create.public String getCellName()
The name of the cell to create.
public CreateCellRequest withCellName(String cellName)
The name of the cell to create.
cellName
- The name of the cell to create.public List<String> getCells()
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Amazon Web Services Regions.
public void setCells(Collection<String> cells)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Amazon Web Services Regions.
cells
- A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For
example, Availability Zones within specific Amazon Web Services Regions.public CreateCellRequest withCells(String... cells)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Amazon Web Services Regions.
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) contained within this cell, for use in nested cells. For
example, Availability Zones within specific Amazon Web Services Regions.public CreateCellRequest withCells(Collection<String> cells)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Amazon Web Services Regions.
cells
- A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For
example, Availability Zones within specific Amazon Web Services Regions.public CreateCellRequest withTags(Map<String,String> tags)
tags
- public CreateCellRequest addTagsEntry(String key, String value)
public CreateCellRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateCellRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()