@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeviceRegistrationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetDeviceRegistrationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDeviceRegistrationRequest |
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 that the device belongs to.
|
String |
getDeviceName()
The unique name of the device you want to get the registration status from.
|
int |
hashCode() |
void |
setDeviceFleetName(String deviceFleetName)
The name of the fleet that the device belongs to.
|
void |
setDeviceName(String deviceName)
The unique name of the device you want to get the registration status from.
|
String |
toString()
Returns a string representation of this object.
|
GetDeviceRegistrationRequest |
withDeviceFleetName(String deviceFleetName)
The name of the fleet that the device belongs to.
|
GetDeviceRegistrationRequest |
withDeviceName(String deviceName)
The unique name of the device you want to get the registration status from.
|
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, withSdkRequestTimeoutpublic void setDeviceName(String deviceName)
The unique name of the device you want to get the registration status from.
deviceName - The unique name of the device you want to get the registration status from.public String getDeviceName()
The unique name of the device you want to get the registration status from.
public GetDeviceRegistrationRequest withDeviceName(String deviceName)
The unique name of the device you want to get the registration status from.
deviceName - The unique name of the device you want to get the registration status from.public void setDeviceFleetName(String deviceFleetName)
The name of the fleet that the device belongs to.
deviceFleetName - The name of the fleet that the device belongs to.public String getDeviceFleetName()
The name of the fleet that the device belongs to.
public GetDeviceRegistrationRequest withDeviceFleetName(String deviceFleetName)
The name of the fleet that the device belongs to.
deviceFleetName - The name of the fleet that the device belongs to.public String toString()
toString in class ObjectObject.toString()public GetDeviceRegistrationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()