@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSPICECapacityConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSPICECapacityConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSPICECapacityConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.
|
String |
getPurchaseMode()
Determines how SPICE capacity can be purchased.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.
|
void |
setPurchaseMode(String purchaseMode)
Determines how SPICE capacity can be purchased.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSPICECapacityConfigurationRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.
|
UpdateSPICECapacityConfigurationRequest |
withPurchaseMode(PurchaseMode purchaseMode)
Determines how SPICE capacity can be purchased.
|
UpdateSPICECapacityConfigurationRequest |
withPurchaseMode(String purchaseMode)
Determines how SPICE capacity can be purchased.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateSPICECapacityConfigurationRequest()
public void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.
awsAccountId
- The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.
public UpdateSPICECapacityConfigurationRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.
awsAccountId
- The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.public void setPurchaseMode(String purchaseMode)
Determines how SPICE capacity can be purchased. The following options are available.
MANUAL
: SPICE capacity can only be purchased manually.
AUTO_PURCHASE
: Extra SPICE capacity is automatically purchased on your behalf as needed. SPICE
capacity can also be purchased manually with this option.
purchaseMode
- Determines how SPICE capacity can be purchased. The following options are available.
MANUAL
: SPICE capacity can only be purchased manually.
AUTO_PURCHASE
: Extra SPICE capacity is automatically purchased on your behalf as needed.
SPICE capacity can also be purchased manually with this option.
PurchaseMode
public String getPurchaseMode()
Determines how SPICE capacity can be purchased. The following options are available.
MANUAL
: SPICE capacity can only be purchased manually.
AUTO_PURCHASE
: Extra SPICE capacity is automatically purchased on your behalf as needed. SPICE
capacity can also be purchased manually with this option.
MANUAL
: SPICE capacity can only be purchased manually.
AUTO_PURCHASE
: Extra SPICE capacity is automatically purchased on your behalf as needed.
SPICE capacity can also be purchased manually with this option.
PurchaseMode
public UpdateSPICECapacityConfigurationRequest withPurchaseMode(String purchaseMode)
Determines how SPICE capacity can be purchased. The following options are available.
MANUAL
: SPICE capacity can only be purchased manually.
AUTO_PURCHASE
: Extra SPICE capacity is automatically purchased on your behalf as needed. SPICE
capacity can also be purchased manually with this option.
purchaseMode
- Determines how SPICE capacity can be purchased. The following options are available.
MANUAL
: SPICE capacity can only be purchased manually.
AUTO_PURCHASE
: Extra SPICE capacity is automatically purchased on your behalf as needed.
SPICE capacity can also be purchased manually with this option.
PurchaseMode
public UpdateSPICECapacityConfigurationRequest withPurchaseMode(PurchaseMode purchaseMode)
Determines how SPICE capacity can be purchased. The following options are available.
MANUAL
: SPICE capacity can only be purchased manually.
AUTO_PURCHASE
: Extra SPICE capacity is automatically purchased on your behalf as needed. SPICE
capacity can also be purchased manually with this option.
purchaseMode
- Determines how SPICE capacity can be purchased. The following options are available.
MANUAL
: SPICE capacity can only be purchased manually.
AUTO_PURCHASE
: Extra SPICE capacity is automatically purchased on your behalf as needed.
SPICE capacity can also be purchased manually with this option.
PurchaseMode
public String toString()
toString
in class Object
Object.toString()
public UpdateSPICECapacityConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()