@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BillingGroupMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Additional information about the billing group.
| Constructor and Description |
|---|
BillingGroupMetadata() |
| Modifier and Type | Method and Description |
|---|---|
BillingGroupMetadata |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date the billing group was created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreationDate(Date creationDate)
The date the billing group was created.
|
String |
toString()
Returns a string representation of this object.
|
BillingGroupMetadata |
withCreationDate(Date creationDate)
The date the billing group was created.
|
public void setCreationDate(Date creationDate)
The date the billing group was created.
creationDate - The date the billing group was created.public Date getCreationDate()
The date the billing group was created.
public BillingGroupMetadata withCreationDate(Date creationDate)
The date the billing group was created.
creationDate - The date the billing group was created.public String toString()
toString in class ObjectObject.toString()public BillingGroupMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.