@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDeviceUsageDataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteDeviceUsageDataRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDeviceUsageDataRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceArn()
The ARN of the device.
|
String |
getDeviceUsageType()
The type of usage data to delete.
|
int |
hashCode() |
void |
setDeviceArn(String deviceArn)
The ARN of the device.
|
void |
setDeviceUsageType(String deviceUsageType)
The type of usage data to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDeviceUsageDataRequest |
withDeviceArn(String deviceArn)
The ARN of the device.
|
DeleteDeviceUsageDataRequest |
withDeviceUsageType(DeviceUsageType deviceUsageType)
The type of usage data to delete.
|
DeleteDeviceUsageDataRequest |
withDeviceUsageType(String deviceUsageType)
The type of usage data to delete.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setDeviceArn(String deviceArn)
The ARN of the device.
deviceArn - The ARN of the device.public String getDeviceArn()
The ARN of the device.
public DeleteDeviceUsageDataRequest withDeviceArn(String deviceArn)
The ARN of the device.
deviceArn - The ARN of the device.public void setDeviceUsageType(String deviceUsageType)
The type of usage data to delete.
deviceUsageType - The type of usage data to delete.DeviceUsageTypepublic String getDeviceUsageType()
The type of usage data to delete.
DeviceUsageTypepublic DeleteDeviceUsageDataRequest withDeviceUsageType(String deviceUsageType)
The type of usage data to delete.
deviceUsageType - The type of usage data to delete.DeviceUsageTypepublic DeleteDeviceUsageDataRequest withDeviceUsageType(DeviceUsageType deviceUsageType)
The type of usage data to delete.
deviceUsageType - The type of usage data to delete.DeviceUsageTypepublic String toString()
toString in class ObjectObject.toString()public DeleteDeviceUsageDataRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.