@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, withSdkRequestTimeout
public void setPricingMode(String pricingMode)
The pricing mode.
pricingMode
- The pricing mode.PricingMode
public String getPricingMode()
The pricing mode.
PricingMode
public UpdatePricingPlanRequest withPricingMode(String pricingMode)
The pricing mode.
pricingMode
- The pricing mode.PricingMode
public UpdatePricingPlanRequest withPricingMode(PricingMode pricingMode)
The pricing mode.
pricingMode
- The pricing mode.PricingMode
public 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 Object
Object.toString()
public UpdatePricingPlanRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.