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