@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProvisionedCapacityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListProvisionedCapacityResult() |
Modifier and Type | Method and Description |
---|---|
ListProvisionedCapacityResult |
clone() |
boolean |
equals(Object obj) |
List<ProvisionedCapacityDescription> |
getProvisionedCapacityList()
The response body contains the following JSON fields.
|
int |
hashCode() |
void |
setProvisionedCapacityList(Collection<ProvisionedCapacityDescription> provisionedCapacityList)
The response body contains the following JSON fields.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListProvisionedCapacityResult |
withProvisionedCapacityList(Collection<ProvisionedCapacityDescription> provisionedCapacityList)
The response body contains the following JSON fields.
|
ListProvisionedCapacityResult |
withProvisionedCapacityList(ProvisionedCapacityDescription... provisionedCapacityList)
The response body contains the following JSON fields.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProvisionedCapacityDescription> getProvisionedCapacityList()
The response body contains the following JSON fields.
public void setProvisionedCapacityList(Collection<ProvisionedCapacityDescription> provisionedCapacityList)
The response body contains the following JSON fields.
provisionedCapacityList
- The response body contains the following JSON fields.public ListProvisionedCapacityResult withProvisionedCapacityList(ProvisionedCapacityDescription... provisionedCapacityList)
The response body contains the following JSON fields.
NOTE: This method appends the values to the existing list (if any). Use
setProvisionedCapacityList(java.util.Collection)
or
withProvisionedCapacityList(java.util.Collection)
if you want to override the existing values.
provisionedCapacityList
- The response body contains the following JSON fields.public ListProvisionedCapacityResult withProvisionedCapacityList(Collection<ProvisionedCapacityDescription> provisionedCapacityList)
The response body contains the following JSON fields.
provisionedCapacityList
- The response body contains the following JSON fields.public String toString()
toString
in class Object
Object.toString()
public ListProvisionedCapacityResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.