Class TraceContent
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.TraceContent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TraceContent.Builder,TraceContent>
@Generated("software.amazon.awssdk:codegen") public final class TraceContent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TraceContent.Builder,TraceContent>
Trace content for your wireless devices, gateways, and multicast groups.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTraceContent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TraceContent.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LogLevellogLevel()Returns the value of the LogLevel property for this object.StringlogLevelAsString()Returns the value of the LogLevel property for this object.MulticastFrameInfomulticastFrameInfo()Returns the value of the MulticastFrameInfo property for this object.StringmulticastFrameInfoAsString()Returns the value of the MulticastFrameInfo property for this object.List<SdkField<?>>sdkFields()static Class<? extends TraceContent.Builder>serializableBuilderClass()TraceContent.BuildertoBuilder()StringtoString()Returns a string representation of this object.WirelessDeviceFrameInfowirelessDeviceFrameInfo()Returns the value of the WirelessDeviceFrameInfo property for this object.StringwirelessDeviceFrameInfoAsString()Returns the value of the WirelessDeviceFrameInfo property for this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
wirelessDeviceFrameInfo
public final WirelessDeviceFrameInfo wirelessDeviceFrameInfo()
Returns the value of the WirelessDeviceFrameInfo property for this object.If the service returns an enum value that is not available in the current SDK version,
wirelessDeviceFrameInfowill returnWirelessDeviceFrameInfo.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwirelessDeviceFrameInfoAsString().- Returns:
- The value of the WirelessDeviceFrameInfo property for this object.
- See Also:
WirelessDeviceFrameInfo
-
wirelessDeviceFrameInfoAsString
public final String wirelessDeviceFrameInfoAsString()
Returns the value of the WirelessDeviceFrameInfo property for this object.If the service returns an enum value that is not available in the current SDK version,
wirelessDeviceFrameInfowill returnWirelessDeviceFrameInfo.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwirelessDeviceFrameInfoAsString().- Returns:
- The value of the WirelessDeviceFrameInfo property for this object.
- See Also:
WirelessDeviceFrameInfo
-
logLevel
public final LogLevel logLevel()
Returns the value of the LogLevel property for this object.If the service returns an enum value that is not available in the current SDK version,
logLevelwill returnLogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlogLevelAsString().- Returns:
- The value of the LogLevel property for this object.
- See Also:
LogLevel
-
logLevelAsString
public final String logLevelAsString()
Returns the value of the LogLevel property for this object.If the service returns an enum value that is not available in the current SDK version,
logLevelwill returnLogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlogLevelAsString().- Returns:
- The value of the LogLevel property for this object.
- See Also:
LogLevel
-
multicastFrameInfo
public final MulticastFrameInfo multicastFrameInfo()
Returns the value of the MulticastFrameInfo property for this object.If the service returns an enum value that is not available in the current SDK version,
multicastFrameInfowill returnMulticastFrameInfo.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommulticastFrameInfoAsString().- Returns:
- The value of the MulticastFrameInfo property for this object.
- See Also:
MulticastFrameInfo
-
multicastFrameInfoAsString
public final String multicastFrameInfoAsString()
Returns the value of the MulticastFrameInfo property for this object.If the service returns an enum value that is not available in the current SDK version,
multicastFrameInfowill returnMulticastFrameInfo.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommulticastFrameInfoAsString().- Returns:
- The value of the MulticastFrameInfo property for this object.
- See Also:
MulticastFrameInfo
-
toBuilder
public TraceContent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TraceContent.Builder,TraceContent>
-
builder
public static TraceContent.Builder builder()
-
serializableBuilderClass
public static Class<? extends TraceContent.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-