Class StructuredMessageListDefinition
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.model.StructuredMessageListDefinition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StructuredMessageListDefinition.Builder,StructuredMessageListDefinition>
@Generated("software.amazon.awssdk:codegen") public final class StructuredMessageListDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StructuredMessageListDefinition.Builder,StructuredMessageListDefinition>
Represents a list type node of the complex data structure.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStructuredMessageListDefinition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StructuredMessageListDefinition.Builderbuilder()Integercapacity()The capacity of the structured message list definition when the list type isFIXED_CAPACITYorDYNAMIC_BOUNDED_CAPACITY.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StructuredMessageListTypelistType()The type of list of the structured message list definition.StringlistTypeAsString()The type of list of the structured message list definition.StructuredMessagememberType()The member type of the structured message list definition.Stringname()The name of the structured message list definition.List<SdkField<?>>sdkFields()static Class<? extends StructuredMessageListDefinition.Builder>serializableBuilderClass()StructuredMessageListDefinition.BuildertoBuilder()StringtoString()Returns a string representation of 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
-
name
public final String name()
The name of the structured message list definition.
- Returns:
- The name of the structured message list definition.
-
memberType
public final StructuredMessage memberType()
The member type of the structured message list definition.
- Returns:
- The member type of the structured message list definition.
-
listType
public final StructuredMessageListType listType()
The type of list of the structured message list definition.
If the service returns an enum value that is not available in the current SDK version,
listTypewill returnStructuredMessageListType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlistTypeAsString().- Returns:
- The type of list of the structured message list definition.
- See Also:
StructuredMessageListType
-
listTypeAsString
public final String listTypeAsString()
The type of list of the structured message list definition.
If the service returns an enum value that is not available in the current SDK version,
listTypewill returnStructuredMessageListType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlistTypeAsString().- Returns:
- The type of list of the structured message list definition.
- See Also:
StructuredMessageListType
-
capacity
public final Integer capacity()
The capacity of the structured message list definition when the list type is
FIXED_CAPACITYorDYNAMIC_BOUNDED_CAPACITY.- Returns:
- The capacity of the structured message list definition when the list type is
FIXED_CAPACITYorDYNAMIC_BOUNDED_CAPACITY.
-
toBuilder
public StructuredMessageListDefinition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StructuredMessageListDefinition.Builder,StructuredMessageListDefinition>
-
builder
public static StructuredMessageListDefinition.Builder builder()
-
serializableBuilderClass
public static Class<? extends StructuredMessageListDefinition.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.
-
-