Class CompositeComponentTypeResponse
- java.lang.Object
-
- software.amazon.awssdk.services.iottwinmaker.model.CompositeComponentTypeResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CompositeComponentTypeResponse.Builder,CompositeComponentTypeResponse>
@Generated("software.amazon.awssdk:codegen") public final class CompositeComponentTypeResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CompositeComponentTypeResponse.Builder,CompositeComponentTypeResponse>
An object that returns information about the composite component types of a component type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCompositeComponentTypeResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CompositeComponentTypeResponse.Builderbuilder()StringcomponentTypeId()This is thecomponentTypeIdthat thiscompositeComponentTyperefers to.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisInherited()This boolean indicates whether thiscompositeComponentTypeis inherited from its parent.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CompositeComponentTypeResponse.Builder>serializableBuilderClass()CompositeComponentTypeResponse.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
-
componentTypeId
public final String componentTypeId()
This is the
componentTypeIdthat thiscompositeComponentTyperefers to.- Returns:
- This is the
componentTypeIdthat thiscompositeComponentTyperefers to.
-
isInherited
public final Boolean isInherited()
This boolean indicates whether this
compositeComponentTypeis inherited from its parent.- Returns:
- This boolean indicates whether this
compositeComponentTypeis inherited from its parent.
-
toBuilder
public CompositeComponentTypeResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CompositeComponentTypeResponse.Builder,CompositeComponentTypeResponse>
-
builder
public static CompositeComponentTypeResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CompositeComponentTypeResponse.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-