@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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.MetadataGenerationRunStatus
public String getStatus()
The status of the metadata generation runs.
MetadataGenerationRunStatus
public ListMetadataGenerationRunsRequest withStatus(String status)
The status of the metadata generation runs.
status
- The status of the metadata generation runs.MetadataGenerationRunStatus
public ListMetadataGenerationRunsRequest withStatus(MetadataGenerationRunStatus status)
The status of the metadata generation runs.
status
- The status of the metadata generation runs.MetadataGenerationRunStatus
public void setType(String type)
The type of the metadata generation runs.
type
- The type of the metadata generation runs.MetadataGenerationRunType
public String getType()
The type of the metadata generation runs.
MetadataGenerationRunType
public ListMetadataGenerationRunsRequest withType(String type)
The type of the metadata generation runs.
type
- The type of the metadata generation runs.MetadataGenerationRunType
public ListMetadataGenerationRunsRequest withType(MetadataGenerationRunType type)
The type of the metadata generation runs.
type
- The type of the metadata generation runs.MetadataGenerationRunType
public String toString()
toString
in class Object
Object.toString()
public ListMetadataGenerationRunsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()