@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.
|
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.
|
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.
|
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 String toString()
toString
in class Object
Object.toString()
public GetDeviceProfileResult clone()