@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWirelessGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetWirelessGatewayResult() |
Modifier and Type | Method and Description |
---|---|
GetWirelessGatewayResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name of the resource.
|
String |
getDescription()
The description of the resource.
|
String |
getId()
The ID of the wireless gateway.
|
LoRaWANGateway |
getLoRaWAN()
Information about the wireless gateway.
|
String |
getName()
The name of the resource.
|
String |
getThingArn()
The ARN of the thing associated with the wireless gateway.
|
String |
getThingName()
The name of the thing associated with the wireless gateway.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name of the resource.
|
void |
setDescription(String description)
The description of the resource.
|
void |
setId(String id)
The ID of the wireless gateway.
|
void |
setLoRaWAN(LoRaWANGateway loRaWAN)
Information about the wireless gateway.
|
void |
setName(String name)
The name of the resource.
|
void |
setThingArn(String thingArn)
The ARN of the thing associated with the wireless gateway.
|
void |
setThingName(String thingName)
The name of the thing associated with the wireless gateway.
|
String |
toString()
Returns a string representation of this object.
|
GetWirelessGatewayResult |
withArn(String arn)
The Amazon Resource Name of the resource.
|
GetWirelessGatewayResult |
withDescription(String description)
The description of the resource.
|
GetWirelessGatewayResult |
withId(String id)
The ID of the wireless gateway.
|
GetWirelessGatewayResult |
withLoRaWAN(LoRaWANGateway loRaWAN)
Information about the wireless gateway.
|
GetWirelessGatewayResult |
withName(String name)
The name of the resource.
|
GetWirelessGatewayResult |
withThingArn(String thingArn)
The ARN of the thing associated with the wireless gateway.
|
GetWirelessGatewayResult |
withThingName(String thingName)
The name of the thing associated with the wireless gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetWirelessGatewayResult withName(String name)
The name of the resource.
name
- The name of the resource.public void setId(String id)
The ID of the wireless gateway.
id
- The ID of the wireless gateway.public String getId()
The ID of the wireless gateway.
public GetWirelessGatewayResult withId(String id)
The ID of the wireless gateway.
id
- The ID of the wireless gateway.public void setDescription(String description)
The description of the resource.
description
- The description of the resource.public String getDescription()
The description of the resource.
public GetWirelessGatewayResult withDescription(String description)
The description of the resource.
description
- The description of the resource.public void setLoRaWAN(LoRaWANGateway loRaWAN)
Information about the wireless gateway.
loRaWAN
- Information about the wireless gateway.public LoRaWANGateway getLoRaWAN()
Information about the wireless gateway.
public GetWirelessGatewayResult withLoRaWAN(LoRaWANGateway loRaWAN)
Information about the wireless gateway.
loRaWAN
- Information about the wireless gateway.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 GetWirelessGatewayResult withArn(String arn)
The Amazon Resource Name of the resource.
arn
- The Amazon Resource Name of the resource.public void setThingName(String thingName)
The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.
thingName
- The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated
with the gateway.public String getThingName()
The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.
public GetWirelessGatewayResult withThingName(String thingName)
The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.
thingName
- The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated
with the gateway.public void setThingArn(String thingArn)
The ARN of the thing associated with the wireless gateway.
thingArn
- The ARN of the thing associated with the wireless gateway.public String getThingArn()
The ARN of the thing associated with the wireless gateway.
public GetWirelessGatewayResult withThingArn(String thingArn)
The ARN of the thing associated with the wireless gateway.
thingArn
- The ARN of the thing associated with the wireless gateway.public String toString()
toString
in class Object
Object.toString()
public GetWirelessGatewayResult clone()