@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBulkDeploymentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListBulkDeploymentsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListBulkDeploymentsResult |
clone() |
boolean |
equals(Object obj) |
List<BulkDeployment> |
getBulkDeployments()
A list of bulk deployments.
|
String |
getNextToken()
The token for the next set of results, or ''null'' if there are no additional results.
|
int |
hashCode() |
void |
setBulkDeployments(Collection<BulkDeployment> bulkDeployments)
A list of bulk deployments.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
ListBulkDeploymentsResult |
withBulkDeployments(BulkDeployment... bulkDeployments)
A list of bulk deployments.
|
ListBulkDeploymentsResult |
withBulkDeployments(Collection<BulkDeployment> bulkDeployments)
A list of bulk deployments.
|
ListBulkDeploymentsResult |
withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<BulkDeployment> getBulkDeployments()
public void setBulkDeployments(Collection<BulkDeployment> bulkDeployments)
bulkDeployments - A list of bulk deployments.public ListBulkDeploymentsResult withBulkDeployments(BulkDeployment... bulkDeployments)
NOTE: This method appends the values to the existing list (if any). Use
setBulkDeployments(java.util.Collection) or withBulkDeployments(java.util.Collection) if you
want to override the existing values.
bulkDeployments - A list of bulk deployments.public ListBulkDeploymentsResult withBulkDeployments(Collection<BulkDeployment> bulkDeployments)
bulkDeployments - A list of bulk deployments.public void setNextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.public String getNextToken()
public ListBulkDeploymentsResult withNextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.public String toString()
toString in class ObjectObject.toString()public ListBulkDeploymentsResult clone()