@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCollectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteCollectionResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteCollectionResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getStatusCode()
HTTP status code that indicates the result of the operation.
|
int |
hashCode() |
void |
setStatusCode(Integer statusCode)
HTTP status code that indicates the result of the operation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteCollectionResult |
withStatusCode(Integer statusCode)
HTTP status code that indicates the result of the operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatusCode(Integer statusCode)
HTTP status code that indicates the result of the operation.
statusCode - HTTP status code that indicates the result of the operation.public Integer getStatusCode()
HTTP status code that indicates the result of the operation.
public DeleteCollectionResult withStatusCode(Integer statusCode)
HTTP status code that indicates the result of the operation.
statusCode - HTTP status code that indicates the result of the operation.public String toString()
toString in class ObjectObject.toString()public DeleteCollectionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.