@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 ()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 GetConnectivityInfoRequest()
public 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 Object Object.toString() public GetConnectivityInfoRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()