@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssetRevisionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAssetRevisionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAssetRevisionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The identifier of the domain.
|
String |
getIdentifier()
The identifier of the asset.
|
Integer |
getMaxResults()
The maximum number of revisions to return in a single call to
ListAssetRevisions . |
String |
getNextToken()
When the number of revisions 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 revisions, the
response includes a pagination token named NextToken . |
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the domain.
|
void |
setIdentifier(String identifier)
The identifier of the asset.
|
void |
setMaxResults(Integer maxResults)
The maximum number of revisions to return in a single call to
ListAssetRevisions . |
void |
setNextToken(String nextToken)
When the number of revisions 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 revisions, the
response includes a pagination token named NextToken . |
String |
toString()
Returns a string representation of this object.
|
ListAssetRevisionsRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the domain.
|
ListAssetRevisionsRequest |
withIdentifier(String identifier)
The identifier of the asset.
|
ListAssetRevisionsRequest |
withMaxResults(Integer maxResults)
The maximum number of revisions to return in a single call to
ListAssetRevisions . |
ListAssetRevisionsRequest |
withNextToken(String nextToken)
When the number of revisions 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 revisions, the
response includes a pagination token named NextToken . |
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 identifier of the domain.
domainIdentifier
- The identifier of the domain.public String getDomainIdentifier()
The identifier of the domain.
public ListAssetRevisionsRequest withDomainIdentifier(String domainIdentifier)
The identifier of the domain.
domainIdentifier
- The identifier of the domain.public void setIdentifier(String identifier)
The identifier of the asset.
identifier
- The identifier of the asset.public String getIdentifier()
The identifier of the asset.
public ListAssetRevisionsRequest withIdentifier(String identifier)
The identifier of the asset.
identifier
- The identifier of the asset.public void setMaxResults(Integer maxResults)
The maximum number of revisions to return in a single call to ListAssetRevisions
. When the number of
revisions 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 ListAssetRevisions
to list the
next set of revisions.
maxResults
- The maximum number of revisions to return in a single call to ListAssetRevisions
. When the
number of revisions 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
ListAssetRevisions
to list the next set of revisions.public Integer getMaxResults()
The maximum number of revisions to return in a single call to ListAssetRevisions
. When the number of
revisions 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 ListAssetRevisions
to list the
next set of revisions.
ListAssetRevisions
. When the
number of revisions 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
ListAssetRevisions
to list the next set of revisions.public ListAssetRevisionsRequest withMaxResults(Integer maxResults)
The maximum number of revisions to return in a single call to ListAssetRevisions
. When the number of
revisions 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 ListAssetRevisions
to list the
next set of revisions.
maxResults
- The maximum number of revisions to return in a single call to ListAssetRevisions
. When the
number of revisions 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
ListAssetRevisions
to list the next set of revisions.public void setNextToken(String nextToken)
When the number of revisions 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 revisions, the
response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListAssetRevisions
to list the next set of revisions.
nextToken
- When the number of revisions 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
revisions, the response includes a pagination token named NextToken
. You can specify this
NextToken
value in a subsequent call to ListAssetRevisions
to list the next set
of revisions.public String getNextToken()
When the number of revisions 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 revisions, the
response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListAssetRevisions
to list the next set of revisions.
MaxResults
parameter,
or if you explicitly specify a value for MaxResults
that is less than the number of
revisions, the response includes a pagination token named NextToken
. You can specify this
NextToken
value in a subsequent call to ListAssetRevisions
to list the next set
of revisions.public ListAssetRevisionsRequest withNextToken(String nextToken)
When the number of revisions 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 revisions, the
response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListAssetRevisions
to list the next set of revisions.
nextToken
- When the number of revisions 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
revisions, the response includes a pagination token named NextToken
. You can specify this
NextToken
value in a subsequent call to ListAssetRevisions
to list the next set
of revisions.public String toString()
toString
in class Object
Object.toString()
public ListAssetRevisionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()