@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWirelessDeviceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateWirelessDeviceRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateWirelessDeviceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A new description of the resource.
|
String |
getDestinationName()
The name of the new destination for the device.
|
String |
getId()
The ID of the resource to update.
|
LoRaWANUpdateDevice |
getLoRaWAN()
The updated wireless device's configuration.
|
String |
getName()
The new name of the resource.
|
String |
getPositioning()
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
int |
hashCode() |
void |
setDescription(String description)
A new description of the resource.
|
void |
setDestinationName(String destinationName)
The name of the new destination for the device.
|
void |
setId(String id)
The ID of the resource to update.
|
void |
setLoRaWAN(LoRaWANUpdateDevice loRaWAN)
The updated wireless device's configuration.
|
void |
setName(String name)
The new name of the resource.
|
void |
setPositioning(String positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWirelessDeviceRequest |
withDescription(String description)
A new description of the resource.
|
UpdateWirelessDeviceRequest |
withDestinationName(String destinationName)
The name of the new destination for the device.
|
UpdateWirelessDeviceRequest |
withId(String id)
The ID of the resource to update.
|
UpdateWirelessDeviceRequest |
withLoRaWAN(LoRaWANUpdateDevice loRaWAN)
The updated wireless device's configuration.
|
UpdateWirelessDeviceRequest |
withName(String name)
The new name of the resource.
|
UpdateWirelessDeviceRequest |
withPositioning(PositioningConfigStatus positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
UpdateWirelessDeviceRequest |
withPositioning(String positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
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 setId(String id)
The ID of the resource to update.
id
- The ID of the resource to update.public String getId()
The ID of the resource to update.
public UpdateWirelessDeviceRequest withId(String id)
The ID of the resource to update.
id
- The ID of the resource to update.public void setDestinationName(String destinationName)
The name of the new destination for the device.
destinationName
- The name of the new destination for the device.public String getDestinationName()
The name of the new destination for the device.
public UpdateWirelessDeviceRequest withDestinationName(String destinationName)
The name of the new destination for the device.
destinationName
- The name of the new destination for the device.public void setName(String name)
The new name of the resource.
name
- The new name of the resource.public String getName()
The new name of the resource.
public UpdateWirelessDeviceRequest withName(String name)
The new name of the resource.
name
- The new name of the resource.public void setDescription(String description)
A new description of the resource.
description
- A new description of the resource.public String getDescription()
A new description of the resource.
public UpdateWirelessDeviceRequest withDescription(String description)
A new description of the resource.
description
- A new description of the resource.public void setLoRaWAN(LoRaWANUpdateDevice loRaWAN)
The updated wireless device's configuration.
loRaWAN
- The updated wireless device's configuration.public LoRaWANUpdateDevice getLoRaWAN()
The updated wireless device's configuration.
public UpdateWirelessDeviceRequest withLoRaWAN(LoRaWANUpdateDevice loRaWAN)
The updated wireless device's configuration.
loRaWAN
- The updated wireless device's configuration.public void setPositioning(String positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
positioning
- FPort values for the GNSS, stream, and ClockSync functions of the positioning information.PositioningConfigStatus
public String getPositioning()
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
PositioningConfigStatus
public UpdateWirelessDeviceRequest withPositioning(String positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
positioning
- FPort values for the GNSS, stream, and ClockSync functions of the positioning information.PositioningConfigStatus
public UpdateWirelessDeviceRequest withPositioning(PositioningConfigStatus positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
positioning
- FPort values for the GNSS, stream, and ClockSync functions of the positioning information.PositioningConfigStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateWirelessDeviceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()