@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPackageVersionHistoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the request parameters to the GetPackageVersionHistory operation.
NOOP| Constructor and Description |
|---|
GetPackageVersionHistoryRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetPackageVersionHistoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
getNextToken()
If your initial
GetPackageVersionHistory operation returns a nextToken, you can include
the returned nextToken in subsequent GetPackageVersionHistory operations, which returns
results in the next page. |
String |
getPackageID()
The unique identifier of the package.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
void |
setNextToken(String nextToken)
If your initial
GetPackageVersionHistory operation returns a nextToken, you can include
the returned nextToken in subsequent GetPackageVersionHistory operations, which returns
results in the next page. |
void |
setPackageID(String packageID)
The unique identifier of the package.
|
String |
toString()
Returns a string representation of this object.
|
GetPackageVersionHistoryRequest |
withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
GetPackageVersionHistoryRequest |
withNextToken(String nextToken)
If your initial
GetPackageVersionHistory operation returns a nextToken, you can include
the returned nextToken in subsequent GetPackageVersionHistory operations, which returns
results in the next page. |
GetPackageVersionHistoryRequest |
withPackageID(String packageID)
The unique identifier of the package.
|
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, withSdkRequestTimeoutpublic void setPackageID(String packageID)
The unique identifier of the package.
packageID - The unique identifier of the package.public String getPackageID()
The unique identifier of the package.
public GetPackageVersionHistoryRequest withPackageID(String packageID)
The unique identifier of the package.
packageID - The unique identifier of the package.public void setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.public Integer getMaxResults()
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
nextToken to get the next page of results.public GetPackageVersionHistoryRequest withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.public void setNextToken(String nextToken)
If your initial GetPackageVersionHistory operation returns a nextToken, you can include
the returned nextToken in subsequent GetPackageVersionHistory operations, which returns
results in the next page.
nextToken - If your initial GetPackageVersionHistory operation returns a nextToken, you can
include the returned nextToken in subsequent GetPackageVersionHistory
operations, which returns results in the next page.public String getNextToken()
If your initial GetPackageVersionHistory operation returns a nextToken, you can include
the returned nextToken in subsequent GetPackageVersionHistory operations, which returns
results in the next page.
GetPackageVersionHistory operation returns a nextToken, you can
include the returned nextToken in subsequent GetPackageVersionHistory
operations, which returns results in the next page.public GetPackageVersionHistoryRequest withNextToken(String nextToken)
If your initial GetPackageVersionHistory operation returns a nextToken, you can include
the returned nextToken in subsequent GetPackageVersionHistory operations, which returns
results in the next page.
nextToken - If your initial GetPackageVersionHistory operation returns a nextToken, you can
include the returned nextToken in subsequent GetPackageVersionHistory
operations, which returns results in the next page.public String toString()
toString in class ObjectObject.toString()public GetPackageVersionHistoryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()