@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) |
DeleteCollectionDetail |
getDeleteCollectionDetail()
Details of the deleted collection.
|
int |
hashCode() |
void |
setDeleteCollectionDetail(DeleteCollectionDetail deleteCollectionDetail)
Details of the deleted collection.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCollectionResult |
withDeleteCollectionDetail(DeleteCollectionDetail deleteCollectionDetail)
Details of the deleted collection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeleteCollectionDetail(DeleteCollectionDetail deleteCollectionDetail)
Details of the deleted collection.
deleteCollectionDetail
- Details of the deleted collection.public DeleteCollectionDetail getDeleteCollectionDetail()
Details of the deleted collection.
public DeleteCollectionResult withDeleteCollectionDetail(DeleteCollectionDetail deleteCollectionDetail)
Details of the deleted collection.
deleteCollectionDetail
- Details of the deleted collection.public String toString()
toString
in class Object
Object.toString()
public DeleteCollectionResult clone()