@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConnectivityInfoRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetConnectivityInfoRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetConnectivityInfoRequest |
clone() |
boolean |
equals(Object obj) |
String |
getThingName()
The name of the core device.
|
int |
hashCode() |
void |
setThingName(String thingName)
The name of the core device.
|
String |
toString()
Returns a string representation of this object.
|
GetConnectivityInfoRequest |
withThingName(String thingName)
The name of the core device.
|
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 setThingName(String thingName)
The name of the core device. This is also the name of the IoT thing.
thingName - The name of the core device. This is also the name of the IoT thing.public String getThingName()
The name of the core device. This is also the name of the IoT thing.
public GetConnectivityInfoRequest withThingName(String thingName)
The name of the core device. This is also the name of the IoT thing.
thingName - The name of the core device. This is also the name of the IoT thing.public String toString()
toString in class ObjectObject.toString()public GetConnectivityInfoRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.