@Generated(value="software.amazon.awssdk:codegen") public final class GatewayListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GatewayListItem.Builder,GatewayListItem>
Gateway list item object that specifies the frequency and list of gateways for which the downlink message should be sent.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GatewayListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GatewayListItem.Builder |
builder() |
Integer |
downlinkFrequency()
The frequency to use for the gateways when sending a downlink message to the wireless device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayId()
The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GatewayListItem.Builder> |
serializableBuilderClass() |
GatewayListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gatewayId()
The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.
public final Integer downlinkFrequency()
The frequency to use for the gateways when sending a downlink message to the wireless device.
public GatewayListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GatewayListItem.Builder,GatewayListItem>public static GatewayListItem.Builder builder()
public static Class<? extends GatewayListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.