@Generated(value="software.amazon.awssdk:codegen") public final class GetCommentReactionsRequest extends CodeCommitRequest implements ToCopyableBuilder<GetCommentReactionsRequest.Builder,GetCommentReactionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetCommentReactionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetCommentReactionsRequest.Builder |
builder() |
String |
commentId()
The ID of the comment for which you want to get reactions information.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
A non-zero, non-negative integer used to limit the number of returned results.
|
String |
nextToken()
An enumeration token that, when provided in a request, returns the next batch of the results.
|
String |
reactionUserArn()
Optional.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetCommentReactionsRequest.Builder> |
serializableBuilderClass() |
GetCommentReactionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String commentId()
The ID of the comment for which you want to get reactions information.
public String reactionUserArn()
Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.
public String nextToken()
An enumeration token that, when provided in a request, returns the next batch of the results.
public Integer maxResults()
A non-zero, non-negative integer used to limit the number of returned results. The default is the same as the allowed maximum, 1,000.
public GetCommentReactionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetCommentReactionsRequest.Builder,GetCommentReactionsRequest>toBuilder in class CodeCommitRequestpublic static GetCommentReactionsRequest.Builder builder()
public static Class<? extends GetCommentReactionsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.