@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBillingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateBillingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
CreateBillingGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBillingGroupName()
The name you wish to give to the billing group.
|
BillingGroupProperties |
getBillingGroupProperties()
The properties of the billing group.
|
List<Tag> |
getTags()
Metadata which can be used to manage the billing group.
|
int |
hashCode() |
void |
setBillingGroupName(String billingGroupName)
The name you wish to give to the billing group.
|
void |
setBillingGroupProperties(BillingGroupProperties billingGroupProperties)
The properties of the billing group.
|
void |
setTags(Collection<Tag> tags)
Metadata which can be used to manage the billing group.
|
String |
toString()
Returns a string representation of this object.
|
CreateBillingGroupRequest |
withBillingGroupName(String billingGroupName)
The name you wish to give to the billing group.
|
CreateBillingGroupRequest |
withBillingGroupProperties(BillingGroupProperties billingGroupProperties)
The properties of the billing group.
|
CreateBillingGroupRequest |
withTags(Collection<Tag> tags)
Metadata which can be used to manage the billing group.
|
CreateBillingGroupRequest |
withTags(Tag... tags)
Metadata which can be used to manage the billing group.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setBillingGroupName(String billingGroupName)
The name you wish to give to the billing group.
billingGroupName
- The name you wish to give to the billing group.public String getBillingGroupName()
The name you wish to give to the billing group.
public CreateBillingGroupRequest withBillingGroupName(String billingGroupName)
The name you wish to give to the billing group.
billingGroupName
- The name you wish to give to the billing group.public void setBillingGroupProperties(BillingGroupProperties billingGroupProperties)
The properties of the billing group.
billingGroupProperties
- The properties of the billing group.public BillingGroupProperties getBillingGroupProperties()
The properties of the billing group.
public CreateBillingGroupRequest withBillingGroupProperties(BillingGroupProperties billingGroupProperties)
The properties of the billing group.
billingGroupProperties
- The properties of the billing group.public List<Tag> getTags()
Metadata which can be used to manage the billing group.
public void setTags(Collection<Tag> tags)
Metadata which can be used to manage the billing group.
tags
- Metadata which can be used to manage the billing group.public CreateBillingGroupRequest withTags(Tag... tags)
Metadata which can be used to manage the billing group.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Metadata which can be used to manage the billing group.public CreateBillingGroupRequest withTags(Collection<Tag> tags)
Metadata which can be used to manage the billing group.
tags
- Metadata which can be used to manage the billing group.public String toString()
toString
in class Object
Object.toString()
public CreateBillingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()