@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComputationPreference extends Object implements Serializable, Cloneable, StructuredPojo
The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
Constructor and Description |
---|
ComputationPreference() |
Modifier and Type | Method and Description |
---|---|
ComputationPreference |
clone() |
boolean |
equals(Object obj) |
String |
getPricingPlanArn()
The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a
billing group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPricingPlanArn(String pricingPlanArn)
The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a
billing group.
|
String |
toString()
Returns a string representation of this object.
|
ComputationPreference |
withPricingPlanArn(String pricingPlanArn)
The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a
billing group.
|
public void setPricingPlanArn(String pricingPlanArn)
The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a billing group.
pricingPlanArn
- The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges
for a billing group.public String getPricingPlanArn()
The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a billing group.
public ComputationPreference withPricingPlanArn(String pricingPlanArn)
The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a billing group.
pricingPlanArn
- The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges
for a billing group.public String toString()
toString
in class Object
Object.toString()
public ComputationPreference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.