@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDeploymentsRequest() |
Modifier and Type | Method and Description |
---|---|
GetDeploymentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApiId()
The API identifier.
|
String |
getMaxResults()
The maximum number of elements to be returned for this resource.
|
String |
getNextToken()
The next page of elements from this collection.
|
int |
hashCode() |
void |
setApiId(String apiId)
The API identifier.
|
void |
setMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
|
void |
setNextToken(String nextToken)
The next page of elements from this collection.
|
String |
toString()
Returns a string representation of this object.
|
GetDeploymentsRequest |
withApiId(String apiId)
The API identifier.
|
GetDeploymentsRequest |
withMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
|
GetDeploymentsRequest |
withNextToken(String nextToken)
The next page of elements from this collection.
|
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 setApiId(String apiId)
The API identifier.
apiId
- The API identifier.public String getApiId()
The API identifier.
public GetDeploymentsRequest withApiId(String apiId)
The API identifier.
apiId
- The API identifier.public void setMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
maxResults
- The maximum number of elements to be returned for this resource.public String getMaxResults()
The maximum number of elements to be returned for this resource.
public GetDeploymentsRequest withMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
maxResults
- The maximum number of elements to be returned for this resource.public void setNextToken(String nextToken)
The next page of elements from this collection. Not valid for the last element of the collection.
nextToken
- The next page of elements from this collection. Not valid for the last element of the collection.public String getNextToken()
The next page of elements from this collection. Not valid for the last element of the collection.
public GetDeploymentsRequest withNextToken(String nextToken)
The next page of elements from this collection. Not valid for the last element of the collection.
nextToken
- The next page of elements from this collection. Not valid for the last element of the collection.public String toString()
toString
in class Object
Object.toString()
public GetDeploymentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()