Class ListImportTasksRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.neptunegraph.model.NeptuneGraphRequest
-
- software.amazon.awssdk.services.neptunegraph.model.ListImportTasksRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListImportTasksRequest.Builder,ListImportTasksRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListImportTasksRequest extends NeptuneGraphRequest implements ToCopyableBuilder<ListImportTasksRequest.Builder,ListImportTasksRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListImportTasksRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListImportTasksRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The total number of records to return in the command's output.StringnextToken()Pagination token used to paginate output.List<SdkField<?>>sdkFields()static Class<? extends ListImportTasksRequest.Builder>serializableBuilderClass()ListImportTasksRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nextToken
public final String nextToken()
Pagination token used to paginate output.
When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.
- Returns:
- Pagination token used to paginate output.
When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.
-
maxResults
public final Integer maxResults()
The total number of records to return in the command's output.
If the total number of records available is more than the value specified,
nextTokenis provided in the command's output. To resume pagination, provide thenextTokenoutput value in thenextTokenargument of a subsequent command. Do not use thenextTokenresponse element directly outside of the Amazon CLI.- Returns:
- The total number of records to return in the command's output.
If the total number of records available is more than the value specified,
nextTokenis provided in the command's output. To resume pagination, provide thenextTokenoutput value in thenextTokenargument of a subsequent command. Do not use thenextTokenresponse element directly outside of the Amazon CLI.
-
toBuilder
public ListImportTasksRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListImportTasksRequest.Builder,ListImportTasksRequest>- Specified by:
toBuilderin classNeptuneGraphRequest
-
builder
public static ListImportTasksRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListImportTasksRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-