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