Class ListMetadataGenerationRunsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.datazone.model.DataZoneRequest
-
- software.amazon.awssdk.services.datazone.model.ListMetadataGenerationRunsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListMetadataGenerationRunsRequest.Builder,ListMetadataGenerationRunsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListMetadataGenerationRunsRequest extends DataZoneRequest implements ToCopyableBuilder<ListMetadataGenerationRunsRequest.Builder,ListMetadataGenerationRunsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListMetadataGenerationRunsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListMetadataGenerationRunsRequest.Builderbuilder()StringdomainIdentifier()The ID of the Amazon DataZone domain where you want to list metadata generation runs.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns.StringnextToken()When the number of metadata generation runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of metadata generation runs, the response includes a pagination token named NextToken.List<SdkField<?>>sdkFields()static Class<? extends ListMetadataGenerationRunsRequest.Builder>serializableBuilderClass()MetadataGenerationRunStatusstatus()The status of the metadata generation runs.StringstatusAsString()The status of the metadata generation runs.ListMetadataGenerationRunsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.MetadataGenerationRunTypetype()The type of the metadata generation runs.StringtypeAsString()The type of the metadata generation runs.-
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
-
domainIdentifier
public final String domainIdentifier()
The ID of the Amazon DataZone domain where you want to list metadata generation runs.
- Returns:
- The ID of the Amazon DataZone domain where you want to list metadata generation runs.
-
maxResults
public final Integer maxResults()
The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns. When the number of metadata generation runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.
- Returns:
- The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns. When the number of metadata generation runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.
-
nextToken
public final String nextToken()
When the number of metadata generation runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.
- Returns:
- When the number of metadata generation runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.
-
status
public final MetadataGenerationRunStatus status()
The status of the metadata generation runs.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnMetadataGenerationRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the metadata generation runs.
- See Also:
MetadataGenerationRunStatus
-
statusAsString
public final String statusAsString()
The status of the metadata generation runs.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnMetadataGenerationRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the metadata generation runs.
- See Also:
MetadataGenerationRunStatus
-
type
public final MetadataGenerationRunType type()
The type of the metadata generation runs.
If the service returns an enum value that is not available in the current SDK version,
typewill returnMetadataGenerationRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the metadata generation runs.
- See Also:
MetadataGenerationRunType
-
typeAsString
public final String typeAsString()
The type of the metadata generation runs.
If the service returns an enum value that is not available in the current SDK version,
typewill returnMetadataGenerationRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the metadata generation runs.
- See Also:
MetadataGenerationRunType
-
toBuilder
public ListMetadataGenerationRunsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListMetadataGenerationRunsRequest.Builder,ListMetadataGenerationRunsRequest>- Specified by:
toBuilderin classDataZoneRequest
-
builder
public static ListMetadataGenerationRunsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListMetadataGenerationRunsRequest.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
-
-