Class ListClusterJobsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.snowball.model.SnowballRequest
-
- software.amazon.awssdk.services.snowball.model.ListClusterJobsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListClusterJobsRequest.Builder,ListClusterJobsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListClusterJobsRequest extends SnowballRequest implements ToCopyableBuilder<ListClusterJobsRequest.Builder,ListClusterJobsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListClusterJobsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListClusterJobsRequest.Builderbuilder()StringclusterId()The 39-character ID for the cluster that you want to list, for exampleCID123e4567-e89b-12d3-a456-426655440000.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The number ofJobListEntryobjects to return.StringnextToken()HTTP requests are stateless.List<SdkField<?>>sdkFields()static Class<? extends ListClusterJobsRequest.Builder>serializableBuilderClass()ListClusterJobsRequest.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
-
clusterId
public final String clusterId()
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000.- Returns:
- The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000.
-
maxResults
public final Integer maxResults()
The number of
JobListEntryobjects to return.- Returns:
- The number of
JobListEntryobjects to return.
-
nextToken
public final String nextToken()
HTTP requests are stateless. To identify what object comes "next" in the list of
JobListEntryobjects, you have the option of specifyingNextTokenas the starting point for your returned list.- Returns:
- HTTP requests are stateless. To identify what object comes "next" in the list of
JobListEntryobjects, you have the option of specifyingNextTokenas the starting point for your returned list.
-
toBuilder
public ListClusterJobsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListClusterJobsRequest.Builder,ListClusterJobsRequest>- Specified by:
toBuilderin classSnowballRequest
-
builder
public static ListClusterJobsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListClusterJobsRequest.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
-
-