@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PostCommentReplyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PostCommentReplyRequest() |
Modifier and Type | Method and Description |
---|---|
PostCommentReplyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be
repeated with a changed parameter.
|
String |
getContent()
The contents of your reply to a comment.
|
String |
getInReplyTo()
The system-generated ID of the comment to which you want to reply.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be
repeated with a changed parameter.
|
void |
setContent(String content)
The contents of your reply to a comment.
|
void |
setInReplyTo(String inReplyTo)
The system-generated ID of the comment to which you want to reply.
|
String |
toString()
Returns a string representation of this object.
|
PostCommentReplyRequest |
withClientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be
repeated with a changed parameter.
|
PostCommentReplyRequest |
withContent(String content)
The contents of your reply to a comment.
|
PostCommentReplyRequest |
withInReplyTo(String inReplyTo)
The system-generated ID of the comment to which you want to reply.
|
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, withSdkRequestTimeout
public void setInReplyTo(String inReplyTo)
The system-generated ID of the comment to which you want to reply. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
inReplyTo
- The system-generated ID of the comment to which you want to reply. To get this ID, use
GetCommentsForComparedCommit or GetCommentsForPullRequest.public String getInReplyTo()
The system-generated ID of the comment to which you want to reply. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
public PostCommentReplyRequest withInReplyTo(String inReplyTo)
The system-generated ID of the comment to which you want to reply. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
inReplyTo
- The system-generated ID of the comment to which you want to reply. To get this ID, use
GetCommentsForComparedCommit or GetCommentsForPullRequest.public void setClientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.
clientRequestToken
- A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot
be repeated with a changed parameter. If a request is received with the same parameters and a token is
included, the request returns information about the initial request that used that token.public String getClientRequestToken()
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.
public PostCommentReplyRequest withClientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.
clientRequestToken
- A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot
be repeated with a changed parameter. If a request is received with the same parameters and a token is
included, the request returns information about the initial request that used that token.public void setContent(String content)
The contents of your reply to a comment.
content
- The contents of your reply to a comment.public String getContent()
The contents of your reply to a comment.
public PostCommentReplyRequest withContent(String content)
The contents of your reply to a comment.
content
- The contents of your reply to a comment.public String toString()
toString
in class Object
Object.toString()
public PostCommentReplyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()