@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBillingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateBillingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateBillingGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBillingGroupName()
The name of the billing group.
|
BillingGroupProperties |
getBillingGroupProperties()
The properties of the billing group.
|
Long |
getExpectedVersion()
The expected version of the billing group.
|
int |
hashCode() |
void |
setBillingGroupName(String billingGroupName)
The name of the billing group.
|
void |
setBillingGroupProperties(BillingGroupProperties billingGroupProperties)
The properties of the billing group.
|
void |
setExpectedVersion(Long expectedVersion)
The expected version of the billing group.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBillingGroupRequest |
withBillingGroupName(String billingGroupName)
The name of the billing group.
|
UpdateBillingGroupRequest |
withBillingGroupProperties(BillingGroupProperties billingGroupProperties)
The properties of the billing group.
|
UpdateBillingGroupRequest |
withExpectedVersion(Long expectedVersion)
The expected version of 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 of the billing group.
billingGroupName
- The name of the billing group.public String getBillingGroupName()
The name of the billing group.
public UpdateBillingGroupRequest withBillingGroupName(String billingGroupName)
The name of the billing group.
billingGroupName
- The name of 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 UpdateBillingGroupRequest withBillingGroupProperties(BillingGroupProperties billingGroupProperties)
The properties of the billing group.
billingGroupProperties
- The properties of the billing group.public void setExpectedVersion(Long expectedVersion)
The expected version of the billing group. If the version of the billing group does not match the expected
version specified in the request, the UpdateBillingGroup
request is rejected with a
VersionConflictException
.
expectedVersion
- The expected version of the billing group. If the version of the billing group does not match the expected
version specified in the request, the UpdateBillingGroup
request is rejected with a
VersionConflictException
.public Long getExpectedVersion()
The expected version of the billing group. If the version of the billing group does not match the expected
version specified in the request, the UpdateBillingGroup
request is rejected with a
VersionConflictException
.
UpdateBillingGroup
request is rejected with a
VersionConflictException
.public UpdateBillingGroupRequest withExpectedVersion(Long expectedVersion)
The expected version of the billing group. If the version of the billing group does not match the expected
version specified in the request, the UpdateBillingGroup
request is rejected with a
VersionConflictException
.
expectedVersion
- The expected version of the billing group. If the version of the billing group does not match the expected
version specified in the request, the UpdateBillingGroup
request is rejected with a
VersionConflictException
.public String toString()
toString
in class Object
Object.toString()
public UpdateBillingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()