@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PurchaseProvisionedCapacityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PurchaseProvisionedCapacityResult() |
Modifier and Type | Method and Description |
---|---|
PurchaseProvisionedCapacityResult |
clone() |
boolean |
equals(Object obj) |
String |
getCapacityId()
The ID that identifies the provisioned capacity unit.
|
int |
hashCode() |
void |
setCapacityId(String capacityId)
The ID that identifies the provisioned capacity unit.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PurchaseProvisionedCapacityResult |
withCapacityId(String capacityId)
The ID that identifies the provisioned capacity unit.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCapacityId(String capacityId)
The ID that identifies the provisioned capacity unit.
capacityId
- The ID that identifies the provisioned capacity unit.public String getCapacityId()
The ID that identifies the provisioned capacity unit.
public PurchaseProvisionedCapacityResult withCapacityId(String capacityId)
The ID that identifies the provisioned capacity unit.
capacityId
- The ID that identifies the provisioned capacity unit.public String toString()
toString
in class Object
Object.toString()
public PurchaseProvisionedCapacityResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.