@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeviceProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDeviceProfileResult() |
Modifier and Type | Method and Description |
---|---|
GetDeviceProfileResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name of the resource.
|
String |
getId()
The ID of the device profile.
|
LoRaWANDeviceProfile |
getLoRaWAN()
Information about the device profile.
|
String |
getName()
The name of the resource.
|
SidewalkGetDeviceProfile |
getSidewalk()
Information about the Sidewalk parameters in the device profile.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name of the resource.
|
void |
setId(String id)
The ID of the device profile.
|
void |
setLoRaWAN(LoRaWANDeviceProfile loRaWAN)
Information about the device profile.
|
void |
setName(String name)
The name of the resource.
|
void |
setSidewalk(SidewalkGetDeviceProfile sidewalk)
Information about the Sidewalk parameters in the device profile.
|
String |
toString()
Returns a string representation of this object.
|
GetDeviceProfileResult |
withArn(String arn)
The Amazon Resource Name of the resource.
|
GetDeviceProfileResult |
withId(String id)
The ID of the device profile.
|
GetDeviceProfileResult |
withLoRaWAN(LoRaWANDeviceProfile loRaWAN)
Information about the device profile.
|
GetDeviceProfileResult |
withName(String name)
The name of the resource.
|
GetDeviceProfileResult |
withSidewalk(SidewalkGetDeviceProfile sidewalk)
Information about the Sidewalk parameters in the device profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name of the resource.
arn
- The Amazon Resource Name of the resource.public String getArn()
The Amazon Resource Name of the resource.
public GetDeviceProfileResult withArn(String arn)
The Amazon Resource Name of the resource.
arn
- The Amazon Resource Name of the resource.public void setName(String name)
The name of the resource.
name
- The name of the resource.public String getName()
The name of the resource.
public GetDeviceProfileResult withName(String name)
The name of the resource.
name
- The name of the resource.public void setId(String id)
The ID of the device profile.
id
- The ID of the device profile.public String getId()
The ID of the device profile.
public GetDeviceProfileResult withId(String id)
The ID of the device profile.
id
- The ID of the device profile.public void setLoRaWAN(LoRaWANDeviceProfile loRaWAN)
Information about the device profile.
loRaWAN
- Information about the device profile.public LoRaWANDeviceProfile getLoRaWAN()
Information about the device profile.
public GetDeviceProfileResult withLoRaWAN(LoRaWANDeviceProfile loRaWAN)
Information about the device profile.
loRaWAN
- Information about the device profile.public void setSidewalk(SidewalkGetDeviceProfile sidewalk)
Information about the Sidewalk parameters in the device profile.
sidewalk
- Information about the Sidewalk parameters in the device profile.public SidewalkGetDeviceProfile getSidewalk()
Information about the Sidewalk parameters in the device profile.
public GetDeviceProfileResult withSidewalk(SidewalkGetDeviceProfile sidewalk)
Information about the Sidewalk parameters in the device profile.
sidewalk
- Information about the Sidewalk parameters in the device profile.public String toString()
toString
in class Object
Object.toString()
public GetDeviceProfileResult clone()