@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePricingPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdatePricingPlanRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdatePricingPlanRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getBundleNames()
The bundle names.
|
String |
getPricingMode()
The pricing mode.
|
int |
hashCode() |
void |
setBundleNames(Collection<String> bundleNames)
The bundle names.
|
void |
setPricingMode(String pricingMode)
The pricing mode.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePricingPlanRequest |
withBundleNames(Collection<String> bundleNames)
The bundle names.
|
UpdatePricingPlanRequest |
withBundleNames(String... bundleNames)
The bundle names.
|
UpdatePricingPlanRequest |
withPricingMode(PricingMode pricingMode)
The pricing mode.
|
UpdatePricingPlanRequest |
withPricingMode(String pricingMode)
The pricing mode.
|
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, withSdkRequestTimeoutpublic void setPricingMode(String pricingMode)
The pricing mode.
pricingMode - The pricing mode.PricingModepublic String getPricingMode()
The pricing mode.
PricingModepublic UpdatePricingPlanRequest withPricingMode(String pricingMode)
The pricing mode.
pricingMode - The pricing mode.PricingModepublic UpdatePricingPlanRequest withPricingMode(PricingMode pricingMode)
The pricing mode.
pricingMode - The pricing mode.PricingModepublic void setBundleNames(Collection<String> bundleNames)
The bundle names.
bundleNames - The bundle names.public UpdatePricingPlanRequest withBundleNames(String... bundleNames)
The bundle names.
NOTE: This method appends the values to the existing list (if any). Use
setBundleNames(java.util.Collection) or withBundleNames(java.util.Collection) if you want to
override the existing values.
bundleNames - The bundle names.public UpdatePricingPlanRequest withBundleNames(Collection<String> bundleNames)
The bundle names.
bundleNames - The bundle names.public String toString()
toString in class ObjectObject.toString()public UpdatePricingPlanRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()