@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBillingGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateBillingGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateBillingGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getBillingGroupArn()
The ARN of the billing group.
|
String |
getBillingGroupId()
The ID of the billing group.
|
String |
getBillingGroupName()
The name you gave to the billing group.
|
int |
hashCode() |
void |
setBillingGroupArn(String billingGroupArn)
The ARN of the billing group.
|
void |
setBillingGroupId(String billingGroupId)
The ID of the billing group.
|
void |
setBillingGroupName(String billingGroupName)
The name you gave to the billing group.
|
String |
toString()
Returns a string representation of this object.
|
CreateBillingGroupResult |
withBillingGroupArn(String billingGroupArn)
The ARN of the billing group.
|
CreateBillingGroupResult |
withBillingGroupId(String billingGroupId)
The ID of the billing group.
|
CreateBillingGroupResult |
withBillingGroupName(String billingGroupName)
The name you gave to the billing group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBillingGroupName(String billingGroupName)
The name you gave to the billing group.
billingGroupName
- The name you gave to the billing group.public String getBillingGroupName()
The name you gave to the billing group.
public CreateBillingGroupResult withBillingGroupName(String billingGroupName)
The name you gave to the billing group.
billingGroupName
- The name you gave to the billing group.public void setBillingGroupArn(String billingGroupArn)
The ARN of the billing group.
billingGroupArn
- The ARN of the billing group.public String getBillingGroupArn()
The ARN of the billing group.
public CreateBillingGroupResult withBillingGroupArn(String billingGroupArn)
The ARN of the billing group.
billingGroupArn
- The ARN of the billing group.public void setBillingGroupId(String billingGroupId)
The ID of the billing group.
billingGroupId
- The ID of the billing group.public String getBillingGroupId()
The ID of the billing group.
public CreateBillingGroupResult withBillingGroupId(String billingGroupId)
The ID of the billing group.
billingGroupId
- The ID of the billing group.public String toString()
toString
in class Object
Object.toString()
public CreateBillingGroupResult clone()