@Generated(value="software.amazon.awssdk:codegen") public final class TraceContent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TraceContent.Builder,TraceContent>
Trace content for your wireless gateway and wireless device resources.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TraceContent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TraceContent.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<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 TraceContent.Builder> |
serializableBuilderClass() |
TraceContent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WirelessDeviceFrameInfo |
wirelessDeviceFrameInfo()
Returns the value of the WirelessDeviceFrameInfo property for this object.
|
String |
wirelessDeviceFrameInfoAsString()
Returns the value of the WirelessDeviceFrameInfo property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final WirelessDeviceFrameInfo wirelessDeviceFrameInfo()
If the service returns an enum value that is not available in the current SDK version,
wirelessDeviceFrameInfo will return WirelessDeviceFrameInfo.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from wirelessDeviceFrameInfoAsString().
WirelessDeviceFrameInfopublic final String wirelessDeviceFrameInfoAsString()
If the service returns an enum value that is not available in the current SDK version,
wirelessDeviceFrameInfo will return WirelessDeviceFrameInfo.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from wirelessDeviceFrameInfoAsString().
WirelessDeviceFrameInfopublic 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 TraceContent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TraceContent.Builder,TraceContent>public static TraceContent.Builder builder()
public static Class<? extends TraceContent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.