Class ListGraphSnapshotsRequest
- 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.ListGraphSnapshotsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListGraphSnapshotsRequest.Builder,ListGraphSnapshotsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListGraphSnapshotsRequest extends NeptuneGraphRequest implements ToCopyableBuilder<ListGraphSnapshotsRequest.Builder,ListGraphSnapshotsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListGraphSnapshotsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListGraphSnapshotsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgraphIdentifier()The unique identifier of the Neptune Analytics graph.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 ListGraphSnapshotsRequest.Builder>serializableBuilderClass()ListGraphSnapshotsRequest.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
-
graphIdentifier
public final String graphIdentifier()
The unique identifier of the Neptune Analytics graph.
- Returns:
- The unique identifier of the Neptune Analytics graph.
-
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 ListGraphSnapshotsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListGraphSnapshotsRequest.Builder,ListGraphSnapshotsRequest>- Specified by:
toBuilderin classNeptuneGraphRequest
-
builder
public static ListGraphSnapshotsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListGraphSnapshotsRequest.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
-
-