@Generated(value="software.amazon.awssdk:codegen") public final class GetWirelessGatewayResponse extends IotWirelessResponse implements ToCopyableBuilder<GetWirelessGatewayResponse.Builder,GetWirelessGatewayResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetWirelessGatewayResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name of the resource.
|
static GetWirelessGatewayResponse.Builder |
builder() |
String |
description()
The description of the resource.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the wireless gateway.
|
LoRaWANGateway |
loRaWAN()
Information about the wireless gateway.
|
String |
name()
The name of the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetWirelessGatewayResponse.Builder> |
serializableBuilderClass() |
String |
thingArn()
The ARN of the thing associated with the wireless gateway.
|
String |
thingName()
The name of the thing associated with the wireless gateway.
|
GetWirelessGatewayResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the resource.
public final String id()
The ID of the wireless gateway.
public final String description()
The description of the resource.
public final LoRaWANGateway loRaWAN()
Information about the wireless gateway.
public final String arn()
The Amazon Resource Name of the resource.
public final 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.
public final String thingArn()
The ARN of the thing associated with the wireless gateway.
public GetWirelessGatewayResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetWirelessGatewayResponse.Builder,GetWirelessGatewayResponse>toBuilder in class AwsResponsepublic static GetWirelessGatewayResponse.Builder builder()
public static Class<? extends GetWirelessGatewayResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.