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