@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBillingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteBillingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteBillingGroupRequest |
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.
|
Long |
getExpectedVersion()
The expected version of the billing group.
|
int |
hashCode() |
void |
setBillingGroupName(String billingGroupName)
The name of the billing group.
|
void |
setExpectedVersion(Long expectedVersion)
The expected version of the billing group.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBillingGroupRequest |
withBillingGroupName(String billingGroupName)
The name of the billing group.
|
DeleteBillingGroupRequest |
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 DeleteBillingGroupRequest withBillingGroupName(String billingGroupName)
The name of the billing group.
billingGroupName
- The name 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 DeleteBillingGroup
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 DeleteBillingGroup
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 DeleteBillingGroup
request is rejected with a
VersionConflictException
.
DeleteBillingGroup
request is rejected with a
VersionConflictException
.public DeleteBillingGroupRequest 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 DeleteBillingGroup
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 DeleteBillingGroup
request is rejected with a
VersionConflictException
.public String toString()
toString
in class Object
Object.toString()
public DeleteBillingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()