@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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.DeviceUsageType
public String getDeviceUsageType()
The type of usage data to delete.
DeviceUsageType
public DeleteDeviceUsageDataRequest withDeviceUsageType(String deviceUsageType)
The type of usage data to delete.
deviceUsageType
- The type of usage data to delete.DeviceUsageType
public DeleteDeviceUsageDataRequest withDeviceUsageType(DeviceUsageType deviceUsageType)
The type of usage data to delete.
deviceUsageType
- The type of usage data to delete.DeviceUsageType
public String toString()
toString
in class Object
Object.toString()
public DeleteDeviceUsageDataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.