@Generated(value="software.amazon.awssdk:codegen") public final class UpdateWirelessGatewayTaskCreate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateWirelessGatewayTaskCreate.Builder,UpdateWirelessGatewayTaskCreate>
UpdateWirelessGatewayTaskCreate object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateWirelessGatewayTaskCreate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateWirelessGatewayTaskCreate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LoRaWANUpdateGatewayTaskCreate |
loRaWAN()
The properties that relate to the LoRaWAN wireless gateway.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateWirelessGatewayTaskCreate.Builder> |
serializableBuilderClass() |
UpdateWirelessGatewayTaskCreate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
updateDataRole()
The IAM role used to read data from the S3 bucket.
|
String |
updateDataSource()
The link to the S3 bucket.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String updateDataSource()
The link to the S3 bucket.
public final String updateDataRole()
The IAM role used to read data from the S3 bucket.
public final LoRaWANUpdateGatewayTaskCreate loRaWAN()
The properties that relate to the LoRaWAN wireless gateway.
public UpdateWirelessGatewayTaskCreate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateWirelessGatewayTaskCreate.Builder,UpdateWirelessGatewayTaskCreate>public static UpdateWirelessGatewayTaskCreate.Builder builder()
public static Class<? extends UpdateWirelessGatewayTaskCreate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.