@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeploymentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDeploymentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDeploymentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The application ID.
|
String |
getEnvironmentId()
The environment ID.
|
Integer |
getMaxResults()
The maximum number of items that may be returned for this call.
|
String |
getNextToken()
The token returned by a prior call to this operation indicating the next set of results to be returned.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The application ID.
|
void |
setEnvironmentId(String environmentId)
The environment ID.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items that may be returned for this call.
|
void |
setNextToken(String nextToken)
The token returned by a prior call to this operation indicating the next set of results to be returned.
|
String |
toString()
Returns a string representation of this object.
|
ListDeploymentsRequest |
withApplicationId(String applicationId)
The application ID.
|
ListDeploymentsRequest |
withEnvironmentId(String environmentId)
The environment ID.
|
ListDeploymentsRequest |
withMaxResults(Integer maxResults)
The maximum number of items that may be returned for this call.
|
ListDeploymentsRequest |
withNextToken(String nextToken)
The token returned by a prior call to this operation indicating the next set of results to be returned.
|
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 setApplicationId(String applicationId)
The application ID.
applicationId
- The application ID.public String getApplicationId()
The application ID.
public ListDeploymentsRequest withApplicationId(String applicationId)
The application ID.
applicationId
- The application ID.public void setEnvironmentId(String environmentId)
The environment ID.
environmentId
- The environment ID.public String getEnvironmentId()
The environment ID.
public ListDeploymentsRequest withEnvironmentId(String environmentId)
The environment ID.
environmentId
- The environment ID.public void setMaxResults(Integer maxResults)
The maximum number of items that may be returned for this call. If there are items that have not yet been
returned, the response will include a non-null NextToken
that you can provide in a subsequent call
to get the next set of results.
maxResults
- The maximum number of items that may be returned for this call. If there are items that have not yet been
returned, the response will include a non-null NextToken
that you can provide in a subsequent
call to get the next set of results.public Integer getMaxResults()
The maximum number of items that may be returned for this call. If there are items that have not yet been
returned, the response will include a non-null NextToken
that you can provide in a subsequent call
to get the next set of results.
NextToken
that you can provide in a
subsequent call to get the next set of results.public ListDeploymentsRequest withMaxResults(Integer maxResults)
The maximum number of items that may be returned for this call. If there are items that have not yet been
returned, the response will include a non-null NextToken
that you can provide in a subsequent call
to get the next set of results.
maxResults
- The maximum number of items that may be returned for this call. If there are items that have not yet been
returned, the response will include a non-null NextToken
that you can provide in a subsequent
call to get the next set of results.public void setNextToken(String nextToken)
The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.
nextToken
- The token returned by a prior call to this operation indicating the next set of results to be returned. If
not specified, the operation will return the first set of results.public String getNextToken()
The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.
public ListDeploymentsRequest withNextToken(String nextToken)
The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.
nextToken
- The token returned by a prior call to this operation indicating the next set of results to be returned. If
not specified, the operation will return the first set of results.public String toString()
toString
in class Object
Object.toString()
public ListDeploymentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()