@Generated(value="software.amazon.awssdk:codegen") public final class WirelessGatewayEventLogOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WirelessGatewayEventLogOption.Builder,WirelessGatewayEventLogOption>
The log option for a wireless gateway event. Can be used to set log level for a specific wireless gateway event. For a LoRaWAN gateway, the possible events for a log message are: CUPS_Request, Certificate.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WirelessGatewayEventLogOption.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WirelessGatewayEventLogOption.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
WirelessGatewayEvent |
event()
Returns the value of the Event property for this object.
|
String |
eventAsString()
Returns the value of the Event property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LogLevel |
logLevel()
Returns the value of the LogLevel property for this object.
|
String |
logLevelAsString()
Returns the value of the LogLevel property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WirelessGatewayEventLogOption.Builder> |
serializableBuilderClass() |
WirelessGatewayEventLogOption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final WirelessGatewayEvent event()
If the service returns an enum value that is not available in the current SDK version, event will return
WirelessGatewayEvent.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventAsString().
WirelessGatewayEventpublic final String eventAsString()
If the service returns an enum value that is not available in the current SDK version, event will return
WirelessGatewayEvent.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventAsString().
WirelessGatewayEventpublic final LogLevel logLevel()
If the service returns an enum value that is not available in the current SDK version, logLevel will
return LogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logLevelAsString().
LogLevelpublic final String logLevelAsString()
If the service returns an enum value that is not available in the current SDK version, logLevel will
return LogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logLevelAsString().
LogLevelpublic WirelessGatewayEventLogOption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WirelessGatewayEventLogOption.Builder,WirelessGatewayEventLogOption>public static WirelessGatewayEventLogOption.Builder builder()
public static Class<? extends WirelessGatewayEventLogOption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.