@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMetadataGenerationRunsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListMetadataGenerationRunsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListMetadataGenerationRunsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain where you want to list metadata generation runs.
|
Integer |
getMaxResults()
The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns.
|
String |
getNextToken()
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.
|
String |
getStatus()
The status of the metadata generation runs.
|
String |
getType()
The type of the metadata generation runs.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where you want to list metadata generation runs.
|
void |
setMaxResults(Integer maxResults)
The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns.
|
void |
setNextToken(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.
|
void |
setStatus(String status)
The status of the metadata generation runs.
|
void |
setType(String type)
The type of the metadata generation runs.
|
String |
toString()
Returns a string representation of this object.
|
ListMetadataGenerationRunsRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where you want to list metadata generation runs.
|
ListMetadataGenerationRunsRequest |
withMaxResults(Integer maxResults)
The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns.
|
ListMetadataGenerationRunsRequest |
withNextToken(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.
|
ListMetadataGenerationRunsRequest |
withStatus(MetadataGenerationRunStatus status)
The status of the metadata generation runs.
|
ListMetadataGenerationRunsRequest |
withStatus(String status)
The status of the metadata generation runs.
|
ListMetadataGenerationRunsRequest |
withType(MetadataGenerationRunType type)
The type of the metadata generation runs.
|
ListMetadataGenerationRunsRequest |
withType(String type)
The type of the metadata generation runs.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where you want to list metadata generation runs.
domainIdentifier - The ID of the Amazon DataZone domain where you want to list metadata generation runs.public String getDomainIdentifier()
The ID of the Amazon DataZone domain where you want to list metadata generation runs.
public ListMetadataGenerationRunsRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where you want to list metadata generation runs.
domainIdentifier - The ID of the Amazon DataZone domain where you want to list metadata generation runs.public void setMaxResults(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.
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.public Integer getMaxResults()
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.
public ListMetadataGenerationRunsRequest withMaxResults(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.
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.public void setNextToken(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.
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.public String getNextToken()
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.
public ListMetadataGenerationRunsRequest withNextToken(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.
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.public void setStatus(String status)
The status of the metadata generation runs.
status - The status of the metadata generation runs.MetadataGenerationRunStatuspublic String getStatus()
The status of the metadata generation runs.
MetadataGenerationRunStatuspublic ListMetadataGenerationRunsRequest withStatus(String status)
The status of the metadata generation runs.
status - The status of the metadata generation runs.MetadataGenerationRunStatuspublic ListMetadataGenerationRunsRequest withStatus(MetadataGenerationRunStatus status)
The status of the metadata generation runs.
status - The status of the metadata generation runs.MetadataGenerationRunStatuspublic void setType(String type)
The type of the metadata generation runs.
type - The type of the metadata generation runs.MetadataGenerationRunTypepublic String getType()
The type of the metadata generation runs.
MetadataGenerationRunTypepublic ListMetadataGenerationRunsRequest withType(String type)
The type of the metadata generation runs.
type - The type of the metadata generation runs.MetadataGenerationRunTypepublic ListMetadataGenerationRunsRequest withType(MetadataGenerationRunType type)
The type of the metadata generation runs.
type - The type of the metadata generation runs.MetadataGenerationRunTypepublic String toString()
toString in class ObjectObject.toString()public ListMetadataGenerationRunsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.