Class ListJobsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.databrew.model.DataBrewRequest
-
- software.amazon.awssdk.services.databrew.model.ListJobsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListJobsRequest extends DataBrewRequest implements ToCopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListJobsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListJobsRequest.Builderbuilder()StringdatasetName()The name of a dataset.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results to return in this request.StringnextToken()A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.StringprojectName()The name of a project.List<SdkField<?>>sdkFields()static Class<? extends ListJobsRequest.Builder>serializableBuilderClass()ListJobsRequest.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
-
datasetName
public final String datasetName()
The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified dataset.
- Returns:
- The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified dataset.
-
maxResults
public final Integer maxResults()
The maximum number of results to return in this request.
- Returns:
- The maximum number of results to return in this request.
-
nextToken
public final String nextToken()
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
- Returns:
- A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
-
projectName
public final String projectName()
The name of a project. Using this parameter indicates to return only those jobs that are associated with the specified project.
- Returns:
- The name of a project. Using this parameter indicates to return only those jobs that are associated with the specified project.
-
toBuilder
public ListJobsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>- Specified by:
toBuilderin classDataBrewRequest
-
builder
public static ListJobsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListJobsRequest.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
-
-