@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BillingGroupProperties extends Object implements Serializable, Cloneable, StructuredPojo
The properties of a billing group.
Constructor and Description |
---|
BillingGroupProperties() |
Modifier and Type | Method and Description |
---|---|
BillingGroupProperties |
clone() |
boolean |
equals(Object obj) |
String |
getBillingGroupDescription()
The description of the billing group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBillingGroupDescription(String billingGroupDescription)
The description of the billing group.
|
String |
toString()
Returns a string representation of this object.
|
BillingGroupProperties |
withBillingGroupDescription(String billingGroupDescription)
The description of the billing group.
|
public void setBillingGroupDescription(String billingGroupDescription)
The description of the billing group.
billingGroupDescription
- The description of the billing group.public String getBillingGroupDescription()
The description of the billing group.
public BillingGroupProperties withBillingGroupDescription(String billingGroupDescription)
The description of the billing group.
billingGroupDescription
- The description of the billing group.public String toString()
toString
in class Object
Object.toString()
public BillingGroupProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.