@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeploymentJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDeploymentJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListDeploymentJobsResult |
clone() |
boolean |
equals(Object obj) |
List<DeploymentJob> |
getDeploymentJobs()
A list of deployment jobs that meet the criteria of the request.
|
String |
getNextToken()
The
nextToken value to include in a future ListDeploymentJobs request. |
int |
hashCode() |
void |
setDeploymentJobs(Collection<DeploymentJob> deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
|
void |
setNextToken(String nextToken)
The
nextToken value to include in a future ListDeploymentJobs request. |
String |
toString()
Returns a string representation of this object.
|
ListDeploymentJobsResult |
withDeploymentJobs(Collection<DeploymentJob> deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
|
ListDeploymentJobsResult |
withDeploymentJobs(DeploymentJob... deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
|
ListDeploymentJobsResult |
withNextToken(String nextToken)
The
nextToken value to include in a future ListDeploymentJobs request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DeploymentJob> getDeploymentJobs()
A list of deployment jobs that meet the criteria of the request.
public void setDeploymentJobs(Collection<DeploymentJob> deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
deploymentJobs
- A list of deployment jobs that meet the criteria of the request.public ListDeploymentJobsResult withDeploymentJobs(DeploymentJob... deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
NOTE: This method appends the values to the existing list (if any). Use
setDeploymentJobs(java.util.Collection)
or withDeploymentJobs(java.util.Collection)
if you want
to override the existing values.
deploymentJobs
- A list of deployment jobs that meet the criteria of the request.public ListDeploymentJobsResult withDeploymentJobs(Collection<DeploymentJob> deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
deploymentJobs
- A list of deployment jobs that meet the criteria of the request.public void setNextToken(String nextToken)
The nextToken
value to include in a future ListDeploymentJobs
request. When the results
of a ListDeploymentJobs
request exceed maxResults
, this value can be used to retrieve
the next page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future ListDeploymentJobs
request. When the
results of a ListDeploymentJobs
request exceed maxResults
, this value can be
used to retrieve the next page of results. This value is null
when there are no more results
to return.public String getNextToken()
The nextToken
value to include in a future ListDeploymentJobs
request. When the results
of a ListDeploymentJobs
request exceed maxResults
, this value can be used to retrieve
the next page of results. This value is null
when there are no more results to return.
nextToken
value to include in a future ListDeploymentJobs
request. When the
results of a ListDeploymentJobs
request exceed maxResults
, this value can be
used to retrieve the next page of results. This value is null
when there are no more results
to return.public ListDeploymentJobsResult withNextToken(String nextToken)
The nextToken
value to include in a future ListDeploymentJobs
request. When the results
of a ListDeploymentJobs
request exceed maxResults
, this value can be used to retrieve
the next page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future ListDeploymentJobs
request. When the
results of a ListDeploymentJobs
request exceed maxResults
, this value can be
used to retrieve the next page of results. This value is null
when there are no more results
to return.public String toString()
toString
in class Object
Object.toString()
public ListDeploymentJobsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.