@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCommentContentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
DeleteCommentContentRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteCommentContentRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getCommentId()
 The unique, system-generated ID of the comment. 
 | 
int | 
hashCode()  | 
void | 
setCommentId(String commentId)
 The unique, system-generated ID of the comment. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DeleteCommentContentRequest | 
withCommentId(String commentId)
 The unique, system-generated ID of the comment. 
 | 
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, withSdkRequestTimeoutpublic void setCommentId(String commentId)
The unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
commentId - The unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or
        GetCommentsForPullRequest.public String getCommentId()
The unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
public DeleteCommentContentRequest withCommentId(String commentId)
The unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
commentId - The unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or
        GetCommentsForPullRequest.public String toString()
toString in class ObjectObject.toString()public DeleteCommentContentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()