public class GetDeploymentsResult extends Object implements Serializable, Cloneable
Represents a collection resource that contains zero or more references to your existing deployments, and links that guide you on ways to interact with your collection. The collection offers a paginated view of the contained deployments.
Constructor and Description |
---|
GetDeploymentsResult() |
Modifier and Type | Method and Description |
---|---|
GetDeploymentsResult |
clone() |
boolean |
equals(Object obj) |
List<Deployment> |
getItems()
The current page of any Deployment resources in the collection of
deployment resources.
|
String |
getPosition() |
int |
hashCode() |
void |
setItems(Collection<Deployment> items)
The current page of any Deployment resources in the collection of
deployment resources.
|
void |
setPosition(String position) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDeploymentsResult |
withItems(Collection<Deployment> items)
The current page of any Deployment resources in the collection of
deployment resources.
|
GetDeploymentsResult |
withItems(Deployment... items)
The current page of any Deployment resources in the collection of
deployment resources.
|
GetDeploymentsResult |
withPosition(String position) |
public void setPosition(String position)
position
- public String getPosition()
public GetDeploymentsResult withPosition(String position)
position
- public List<Deployment> getItems()
The current page of any Deployment resources in the collection of deployment resources.
public void setItems(Collection<Deployment> items)
The current page of any Deployment resources in the collection of deployment resources.
items
- The current page of any Deployment resources in the
collection of deployment resources.public GetDeploymentsResult withItems(Deployment... items)
The current page of any Deployment resources in the collection of deployment resources.
NOTE: This method appends the values to the existing list (if
any). Use setItems(java.util.Collection)
or
withItems(java.util.Collection)
if you want to override the
existing values.
items
- The current page of any Deployment resources in the
collection of deployment resources.public GetDeploymentsResult withItems(Collection<Deployment> items)
The current page of any Deployment resources in the collection of deployment resources.
items
- The current page of any Deployment resources in the
collection of deployment resources.public String toString()
toString
in class Object
Object.toString()
public GetDeploymentsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.