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