@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 identifier.
|
Integer |
getMaxResults()
The maximum number of objects to return.
|
String |
getNextToken()
A pagination token returned from a previous call to this operation.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The application identifier.
|
void |
setMaxResults(Integer maxResults)
The maximum number of objects to return.
|
void |
setNextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
String |
toString()
Returns a string representation of this object.
|
ListDeploymentsRequest |
withApplicationId(String applicationId)
The application identifier.
|
ListDeploymentsRequest |
withMaxResults(Integer maxResults)
The maximum number of objects to return.
|
ListDeploymentsRequest |
withNextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
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 identifier.
applicationId
- The application identifier.public String getApplicationId()
The application identifier.
public ListDeploymentsRequest withApplicationId(String applicationId)
The application identifier.
applicationId
- The application identifier.public void setMaxResults(Integer maxResults)
The maximum number of objects to return.
maxResults
- The maximum number of objects to return.public Integer getMaxResults()
The maximum number of objects to return.
public ListDeploymentsRequest withMaxResults(Integer maxResults)
The maximum number of objects to return.
maxResults
- The maximum number of objects to return.public void setNextToken(String nextToken)
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
nextToken
- A pagination token returned from a previous call to this operation. This specifies the next item to
return. To return to the beginning of the list, exclude this parameter.public String getNextToken()
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
public ListDeploymentsRequest withNextToken(String nextToken)
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
nextToken
- A pagination token returned from a previous call to this operation. This specifies the next item to
return. To return to the beginning of the list, exclude this parameter.public String toString()
toString
in class Object
Object.toString()
public ListDeploymentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()