@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDeliveriesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDeliveriesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDeliveriesResult |
clone() |
boolean |
equals(Object obj) |
List<Delivery> |
getDeliveries()
An array of structures.
|
String |
getNextToken() |
int |
hashCode() |
void |
setDeliveries(Collection<Delivery> deliveries)
An array of structures.
|
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object.
|
DescribeDeliveriesResult |
withDeliveries(Collection<Delivery> deliveries)
An array of structures.
|
DescribeDeliveriesResult |
withDeliveries(Delivery... deliveries)
An array of structures.
|
DescribeDeliveriesResult |
withNextToken(String nextToken) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Delivery> getDeliveries()
An array of structures. Each structure contains information about one delivery in the account.
public void setDeliveries(Collection<Delivery> deliveries)
An array of structures. Each structure contains information about one delivery in the account.
deliveries
- An array of structures. Each structure contains information about one delivery in the account.public DescribeDeliveriesResult withDeliveries(Delivery... deliveries)
An array of structures. Each structure contains information about one delivery in the account.
NOTE: This method appends the values to the existing list (if any). Use
setDeliveries(java.util.Collection)
or withDeliveries(java.util.Collection)
if you want to
override the existing values.
deliveries
- An array of structures. Each structure contains information about one delivery in the account.public DescribeDeliveriesResult withDeliveries(Collection<Delivery> deliveries)
An array of structures. Each structure contains information about one delivery in the account.
deliveries
- An array of structures. Each structure contains information about one delivery in the account.public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public DescribeDeliveriesResult withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public DescribeDeliveriesResult clone()