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