@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCommentContentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteCommentContentResult() |
Modifier and Type | Method and Description |
---|---|
DeleteCommentContentResult |
clone() |
boolean |
equals(Object obj) |
Comment |
getComment()
Information about the comment you just deleted.
|
int |
hashCode() |
void |
setComment(Comment comment)
Information about the comment you just deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCommentContentResult |
withComment(Comment comment)
Information about the comment you just deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setComment(Comment comment)
Information about the comment you just deleted.
comment
- Information about the comment you just deleted.public Comment getComment()
Information about the comment you just deleted.
public DeleteCommentContentResult withComment(Comment comment)
Information about the comment you just deleted.
comment
- Information about the comment you just deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteCommentContentResult clone()