@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePricingPlanResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeletePricingPlanResult() |
| Modifier and Type | Method and Description |
|---|---|
DeletePricingPlanResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the deleted pricing plan.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the deleted pricing plan.
|
String |
toString()
Returns a string representation of this object.
|
DeletePricingPlanResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the deleted pricing plan.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
The Amazon Resource Name (ARN) of the deleted pricing plan.
arn - The Amazon Resource Name (ARN) of the deleted pricing plan.public String getArn()
The Amazon Resource Name (ARN) of the deleted pricing plan.
public DeletePricingPlanResult withArn(String arn)
The Amazon Resource Name (ARN) of the deleted pricing plan.
arn - The Amazon Resource Name (ARN) of the deleted pricing plan.public String toString()
toString in class ObjectObject.toString()public DeletePricingPlanResult clone()