@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() |
boolean |
equals(Object obj) |
String |
getCellName()
The name of the Cell to create
|
List<String> |
getCells()
A list of Cell arns contained within this Cell (for use in nested Cells, e.g.
|
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 arns contained within this Cell (for use in nested Cells, e.g.
|
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 arns contained within this Cell (for use in nested Cells, e.g.
|
CreateCellRequest |
withCells(String... cells)
A list of Cell arns contained within this Cell (for use in nested Cells, e.g.
|
CreateCellRequest |
withTags(Map<String,String> tags) |
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 void setCellName(String cellName)
cellName - The name of the Cell to createpublic String getCellName()
public CreateCellRequest withCellName(String cellName)
cellName - The name of the Cell to createpublic List<String> getCells()
public void setCells(Collection<String> cells)
cells - A list of Cell arns contained within this Cell (for use in nested Cells, e.g. regions within which AZs)public CreateCellRequest 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 contained within this Cell (for use in nested Cells, e.g. regions within which AZs)public CreateCellRequest withCells(Collection<String> cells)
cells - A list of Cell arns contained within this Cell (for use in nested Cells, e.g. regions within which AZs)public CreateCellRequest withTags(Map<String,String> tags)
tags - public CreateCellRequest addTagsEntry(String key, String value)
public CreateCellRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateCellRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.