@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoRaWANUpdateDevice extends Object implements Serializable, Cloneable, StructuredPojo
LoRaWAN object for update functions.
Constructor and Description |
---|
LoRaWANUpdateDevice() |
Modifier and Type | Method and Description |
---|---|
LoRaWANUpdateDevice |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceProfileId()
The ID of the device profile for the wireless device.
|
String |
getServiceProfileId()
The ID of the service profile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeviceProfileId(String deviceProfileId)
The ID of the device profile for the wireless device.
|
void |
setServiceProfileId(String serviceProfileId)
The ID of the service profile.
|
String |
toString()
Returns a string representation of this object.
|
LoRaWANUpdateDevice |
withDeviceProfileId(String deviceProfileId)
The ID of the device profile for the wireless device.
|
LoRaWANUpdateDevice |
withServiceProfileId(String serviceProfileId)
The ID of the service profile.
|
public void setDeviceProfileId(String deviceProfileId)
The ID of the device profile for the wireless device.
deviceProfileId
- The ID of the device profile for the wireless device.public String getDeviceProfileId()
The ID of the device profile for the wireless device.
public LoRaWANUpdateDevice withDeviceProfileId(String deviceProfileId)
The ID of the device profile for the wireless device.
deviceProfileId
- The ID of the device profile for the wireless device.public void setServiceProfileId(String serviceProfileId)
The ID of the service profile.
serviceProfileId
- The ID of the service profile.public String getServiceProfileId()
The ID of the service profile.
public LoRaWANUpdateDevice withServiceProfileId(String serviceProfileId)
The ID of the service profile.
serviceProfileId
- The ID of the service profile.public String toString()
toString
in class Object
Object.toString()
public LoRaWANUpdateDevice clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.