@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() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the pricing plan you're updating.
|
String |
getDescription()
The pricing plan description.
|
String |
getName()
The name of the pricing plan.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the pricing plan you're updating.
|
void |
setDescription(String description)
The pricing plan description.
|
void |
setName(String name)
The name of the pricing plan.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePricingPlanRequest |
withArn(String arn)
The Amazon Resource Name (ARN) of the pricing plan you're updating.
|
UpdatePricingPlanRequest |
withDescription(String description)
The pricing plan description.
|
UpdatePricingPlanRequest |
withName(String name)
The name of the pricing plan.
|
addHandlerContext, copyBaseTo, 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 setArn(String arn)
The Amazon Resource Name (ARN) of the pricing plan you're updating.
arn - The Amazon Resource Name (ARN) of the pricing plan you're updating.public String getArn()
The Amazon Resource Name (ARN) of the pricing plan you're updating.
public UpdatePricingPlanRequest withArn(String arn)
The Amazon Resource Name (ARN) of the pricing plan you're updating.
arn - The Amazon Resource Name (ARN) of the pricing plan you're updating.public void setName(String name)
The name of the pricing plan. The name must be unique to each pricing plan.
name - The name of the pricing plan. The name must be unique to each pricing plan.public String getName()
The name of the pricing plan. The name must be unique to each pricing plan.
public UpdatePricingPlanRequest withName(String name)
The name of the pricing plan. The name must be unique to each pricing plan.
name - The name of the pricing plan. The name must be unique to each pricing plan.public void setDescription(String description)
The pricing plan description.
description - The pricing plan description.public String getDescription()
The pricing plan description.
public UpdatePricingPlanRequest withDescription(String description)
The pricing plan description.
description - The pricing plan description.public String toString()
toString in class ObjectObject.toString()public UpdatePricingPlanRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.