@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDeviceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDeviceRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDeviceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeviceFleetName()
The name of the fleet the devices belong to.
|
String |
getDeviceName()
The unique ID of the device.
|
String |
getNextToken()
Next token of device description.
|
int |
hashCode() |
void |
setDeviceFleetName(String deviceFleetName)
The name of the fleet the devices belong to.
|
void |
setDeviceName(String deviceName)
The unique ID of the device.
|
void |
setNextToken(String nextToken)
Next token of device description.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDeviceRequest |
withDeviceFleetName(String deviceFleetName)
The name of the fleet the devices belong to.
|
DescribeDeviceRequest |
withDeviceName(String deviceName)
The unique ID of the device.
|
DescribeDeviceRequest |
withNextToken(String nextToken)
Next token of device description.
|
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 setNextToken(String nextToken)
Next token of device description.
nextToken
- Next token of device description.public String getNextToken()
Next token of device description.
public DescribeDeviceRequest withNextToken(String nextToken)
Next token of device description.
nextToken
- Next token of device description.public void setDeviceName(String deviceName)
The unique ID of the device.
deviceName
- The unique ID of the device.public String getDeviceName()
The unique ID of the device.
public DescribeDeviceRequest withDeviceName(String deviceName)
The unique ID of the device.
deviceName
- The unique ID of the device.public void setDeviceFleetName(String deviceFleetName)
The name of the fleet the devices belong to.
deviceFleetName
- The name of the fleet the devices belong to.public String getDeviceFleetName()
The name of the fleet the devices belong to.
public DescribeDeviceRequest withDeviceFleetName(String deviceFleetName)
The name of the fleet the devices belong to.
deviceFleetName
- The name of the fleet the devices belong to.public String toString()
toString
in class Object
Object.toString()
public DescribeDeviceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()