@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConnectivityInfoRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateConnectivityInfoRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConnectivityInfoRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<ConnectivityInfo> |
getConnectivityInfo()
The connectivity information for the core device.
|
String |
getThingName()
The name of the core device.
|
int |
hashCode() |
void |
setConnectivityInfo(Collection<ConnectivityInfo> connectivityInfo)
The connectivity information for the core device.
|
void |
setThingName(String thingName)
The name of the core device.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConnectivityInfoRequest |
withConnectivityInfo(Collection<ConnectivityInfo> connectivityInfo)
The connectivity information for the core device.
|
UpdateConnectivityInfoRequest |
withConnectivityInfo(ConnectivityInfo... connectivityInfo)
The connectivity information for the core device.
|
UpdateConnectivityInfoRequest |
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 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 UpdateConnectivityInfoRequest 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 List<ConnectivityInfo> getConnectivityInfo()
The connectivity information for the core device.
public void setConnectivityInfo(Collection<ConnectivityInfo> connectivityInfo)
The connectivity information for the core device.
connectivityInfo
- The connectivity information for the core device.public UpdateConnectivityInfoRequest withConnectivityInfo(ConnectivityInfo... connectivityInfo)
The connectivity information for the core device.
NOTE: This method appends the values to the existing list (if any). Use
setConnectivityInfo(java.util.Collection)
or withConnectivityInfo(java.util.Collection)
if you
want to override the existing values.
connectivityInfo
- The connectivity information for the core device.public UpdateConnectivityInfoRequest withConnectivityInfo(Collection<ConnectivityInfo> connectivityInfo)
The connectivity information for the core device.
connectivityInfo
- The connectivity information for the core device.public String toString()
toString
in class Object
Object.toString()
public UpdateConnectivityInfoRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()