@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCellRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateCellRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateCellRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCellName()
The Cell to update
|
List<String> |
getCells()
A list of Cell arns, completely replaces previous list
|
int |
hashCode() |
void |
setCellName(String cellName)
The Cell to update
|
void |
setCells(Collection<String> cells)
A list of Cell arns, completely replaces previous list
|
String |
toString()
Returns a string representation of this object.
|
UpdateCellRequest |
withCellName(String cellName)
The Cell to update
|
UpdateCellRequest |
withCells(Collection<String> cells)
A list of Cell arns, completely replaces previous list
|
UpdateCellRequest |
withCells(String... cells)
A list of Cell arns, completely replaces previous list
|
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)
cellName
- The Cell to updatepublic String getCellName()
public UpdateCellRequest withCellName(String cellName)
cellName
- The Cell to updatepublic List<String> getCells()
public void setCells(Collection<String> cells)
cells
- A list of Cell arns, completely replaces previous listpublic UpdateCellRequest 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 UpdateCellRequest withCells(Collection<String> cells)
cells
- A list of Cell arns, completely replaces previous listpublic String toString()
toString
in class Object
Object.toString()
public UpdateCellRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()