@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBillingGroupAccountGrouping extends Object implements Serializable, Cloneable, StructuredPojo
Specifies if the billing group has the following features enabled.
| Constructor and Description | 
|---|
| UpdateBillingGroupAccountGrouping() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateBillingGroupAccountGrouping | clone() | 
| boolean | equals(Object obj) | 
| Boolean | getAutoAssociate()
 Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join
 your consolidated billing family. | 
| int | hashCode() | 
| Boolean | isAutoAssociate()
 Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join
 your consolidated billing family. | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setAutoAssociate(Boolean autoAssociate)
 Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join
 your consolidated billing family. | 
| String | toString()Returns a string representation of this object. | 
| UpdateBillingGroupAccountGrouping | withAutoAssociate(Boolean autoAssociate)
 Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join
 your consolidated billing family. | 
public void setAutoAssociate(Boolean autoAssociate)
Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.
autoAssociate - Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that
        join your consolidated billing family.public Boolean getAutoAssociate()
Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.
public UpdateBillingGroupAccountGrouping withAutoAssociate(Boolean autoAssociate)
Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.
autoAssociate - Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that
        join your consolidated billing family.public Boolean isAutoAssociate()
Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.
public String toString()
toString in class ObjectObject.toString()public UpdateBillingGroupAccountGrouping clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.