Class ListQueriesRequest
- 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.ListQueriesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListQueriesRequest.Builder,ListQueriesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListQueriesRequest extends NeptuneGraphRequest implements ToCopyableBuilder<ListQueriesRequest.Builder,ListQueriesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListQueriesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListQueriesRequest.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 maximum number of results to be fetched by the API.List<SdkField<?>>sdkFields()static Class<? extends ListQueriesRequest.Builder>serializableBuilderClass()QueryStateInputstate()Filtered list of queries based on state.StringstateAsString()Filtered list of queries based on state.ListQueriesRequest.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.
-
maxResults
public final Integer maxResults()
The maximum number of results to be fetched by the API.
- Returns:
- The maximum number of results to be fetched by the API.
-
state
public final QueryStateInput state()
Filtered list of queries based on state.
If the service returns an enum value that is not available in the current SDK version,
statewill returnQueryStateInput.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- Filtered list of queries based on state.
- See Also:
QueryStateInput
-
stateAsString
public final String stateAsString()
Filtered list of queries based on state.
If the service returns an enum value that is not available in the current SDK version,
statewill returnQueryStateInput.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- Filtered list of queries based on state.
- See Also:
QueryStateInput
-
toBuilder
public ListQueriesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListQueriesRequest.Builder,ListQueriesRequest>- Specified by:
toBuilderin classNeptuneGraphRequest
-
builder
public static ListQueriesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListQueriesRequest.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
-
-