@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkflowBuildVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListWorkflowBuildVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListWorkflowBuildVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum items to return in a request.
|
String |
getNextToken()
A token to specify where to start paginating.
|
String |
getWorkflowVersionArn()
The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum items to return in a request.
|
void |
setNextToken(String nextToken)
A token to specify where to start paginating.
|
void |
setWorkflowVersionArn(String workflowVersionArn)
The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowBuildVersionsRequest |
withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListWorkflowBuildVersionsRequest |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
ListWorkflowBuildVersionsRequest |
withWorkflowVersionArn(String workflowVersionArn)
The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions.
|
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 setWorkflowVersionArn(String workflowVersionArn)
The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions.
workflowVersionArn
- The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions.public String getWorkflowVersionArn()
The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions.
public ListWorkflowBuildVersionsRequest withWorkflowVersionArn(String workflowVersionArn)
The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions.
workflowVersionArn
- The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions.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 ListWorkflowBuildVersionsRequest 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 ListWorkflowBuildVersionsRequest 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 ListWorkflowBuildVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()