@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddThingToBillingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AddThingToBillingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
AddThingToBillingGroupRequest |
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 added to the billing group.
|
String |
getThingName()
The name of the thing to be added to 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 added to the billing group.
|
void |
setThingName(String thingName)
The name of the thing to be added to the billing group.
|
String |
toString()
Returns a string representation of this object.
|
AddThingToBillingGroupRequest |
withBillingGroupArn(String billingGroupArn)
The ARN of the billing group.
|
AddThingToBillingGroupRequest |
withBillingGroupName(String billingGroupName)
The name of the billing group.
|
AddThingToBillingGroupRequest |
withThingArn(String thingArn)
The ARN of the thing to be added to the billing group.
|
AddThingToBillingGroupRequest |
withThingName(String thingName)
The name of the thing to be added to 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.
This call is asynchronous. It might take several seconds for the detachment to propagate.
billingGroupName
- The name of the billing group. This call is asynchronous. It might take several seconds for the detachment to propagate.
public String getBillingGroupName()
The name of the billing group.
This call is asynchronous. It might take several seconds for the detachment to propagate.
This call is asynchronous. It might take several seconds for the detachment to propagate.
public AddThingToBillingGroupRequest withBillingGroupName(String billingGroupName)
The name of the billing group.
This call is asynchronous. It might take several seconds for the detachment to propagate.
billingGroupName
- The name of the billing group. This call is asynchronous. It might take several seconds for the detachment to propagate.
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 AddThingToBillingGroupRequest 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 added to the billing group.
thingName
- The name of the thing to be added to the billing group.public String getThingName()
The name of the thing to be added to the billing group.
public AddThingToBillingGroupRequest withThingName(String thingName)
The name of the thing to be added to the billing group.
thingName
- The name of the thing to be added to the billing group.public void setThingArn(String thingArn)
The ARN of the thing to be added to the billing group.
thingArn
- The ARN of the thing to be added to the billing group.public String getThingArn()
The ARN of the thing to be added to the billing group.
public AddThingToBillingGroupRequest withThingArn(String thingArn)
The ARN of the thing to be added to the billing group.
thingArn
- The ARN of the thing to be added to the billing group.public String toString()
toString
in class Object
Object.toString()
public AddThingToBillingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()