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