@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListComponentBuildVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListComponentBuildVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListComponentBuildVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getComponentVersionArn()
The component version Amazon Resource Name (ARN) whose versions you want to list.
|
Integer |
getMaxResults()
The maximum items to return in a request.
|
String |
getNextToken()
A token to specify where to start paginating.
|
int |
hashCode() |
void |
setComponentVersionArn(String componentVersionArn)
The component version Amazon Resource Name (ARN) whose versions you want to list.
|
void |
setMaxResults(Integer maxResults)
The maximum items to return in a request.
|
void |
setNextToken(String nextToken)
A token to specify where to start paginating.
|
String |
toString()
Returns a string representation of this object.
|
ListComponentBuildVersionsRequest |
withComponentVersionArn(String componentVersionArn)
The component version Amazon Resource Name (ARN) whose versions you want to list.
|
ListComponentBuildVersionsRequest |
withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListComponentBuildVersionsRequest |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
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 setComponentVersionArn(String componentVersionArn)
The component version Amazon Resource Name (ARN) whose versions you want to list.
componentVersionArn
- The component version Amazon Resource Name (ARN) whose versions you want to list.public String getComponentVersionArn()
The component version Amazon Resource Name (ARN) whose versions you want to list.
public ListComponentBuildVersionsRequest withComponentVersionArn(String componentVersionArn)
The component version Amazon Resource Name (ARN) whose versions you want to list.
componentVersionArn
- The component version Amazon Resource Name (ARN) whose versions you want to list.public void setMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.public Integer getMaxResults()
The maximum items to return in a request.
public ListComponentBuildVersionsRequest withMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.public void setNextToken(String nextToken)
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the nextToken from a previously truncated response.public String getNextToken()
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
public ListComponentBuildVersionsRequest withNextToken(String nextToken)
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the nextToken from a previously truncated response.public String toString()
toString
in class Object
Object.toString()
public ListComponentBuildVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()