@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveThingFromBillingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveThingFromBillingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveThingFromBillingGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBillingGroupArn()
The ARN of the billing group.
|
String |
getBillingGroupName()
The name of the billing group.
|
String |
getThingArn()
The ARN of the thing to be removed from the billing group.
|
String |
getThingName()
The name of the thing to be removed from the billing group.
|
int |
hashCode() |
void |
setBillingGroupArn(String billingGroupArn)
The ARN of the billing group.
|
void |
setBillingGroupName(String billingGroupName)
The name of the billing group.
|
void |
setThingArn(String thingArn)
The ARN of the thing to be removed from the billing group.
|
void |
setThingName(String thingName)
The name of the thing to be removed from the billing group.
|
String |
toString()
Returns a string representation of this object.
|
RemoveThingFromBillingGroupRequest |
withBillingGroupArn(String billingGroupArn)
The ARN of the billing group.
|
RemoveThingFromBillingGroupRequest |
withBillingGroupName(String billingGroupName)
The name of the billing group.
|
RemoveThingFromBillingGroupRequest |
withThingArn(String thingArn)
The ARN of the thing to be removed from the billing group.
|
RemoveThingFromBillingGroupRequest |
withThingName(String thingName)
The name of the thing to be removed from 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 RemoveThingFromBillingGroupRequest withBillingGroupName(String billingGroupName)
The name of the billing group.
billingGroupName
- The name of 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 RemoveThingFromBillingGroupRequest withBillingGroupArn(String billingGroupArn)
The ARN of the billing group.
billingGroupArn
- The ARN of the billing group.public void setThingName(String thingName)
The name of the thing to be removed from the billing group.
thingName
- The name of the thing to be removed from the billing group.public String getThingName()
The name of the thing to be removed from the billing group.
public RemoveThingFromBillingGroupRequest withThingName(String thingName)
The name of the thing to be removed from the billing group.
thingName
- The name of the thing to be removed from the billing group.public void setThingArn(String thingArn)
The ARN of the thing to be removed from the billing group.
thingArn
- The ARN of the thing to be removed from the billing group.public String getThingArn()
The ARN of the thing to be removed from the billing group.
public RemoveThingFromBillingGroupRequest withThingArn(String thingArn)
The ARN of the thing to be removed from the billing group.
thingArn
- The ARN of the thing to be removed from the billing group.public String toString()
toString
in class Object
Object.toString()
public RemoveThingFromBillingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.