Class ComponentTypeSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iottwinmaker.model.ComponentTypeSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ComponentTypeSummary.Builder,ComponentTypeSummary>
@Generated("software.amazon.awssdk:codegen") public final class ComponentTypeSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComponentTypeSummary.Builder,ComponentTypeSummary>
An object that contains information about a component type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceComponentTypeSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the component type.static ComponentTypeSummary.Builderbuilder()StringcomponentTypeId()The ID of the component type.StringcomponentTypeName()The component type name.InstantcreationDateTime()The date and time when the component type was created.Stringdescription()The description of the component type.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ComponentTypeSummary.Builder>serializableBuilderClass()Statusstatus()The current status of the component type.ComponentTypeSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateDateTime()The date and time when the component type was last updated.-
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
-
arn
public final String arn()
The ARN of the component type.
- Returns:
- The ARN of the component type.
-
componentTypeId
public final String componentTypeId()
The ID of the component type.
- Returns:
- The ID of the component type.
-
creationDateTime
public final Instant creationDateTime()
The date and time when the component type was created.
- Returns:
- The date and time when the component type was created.
-
updateDateTime
public final Instant updateDateTime()
The date and time when the component type was last updated.
- Returns:
- The date and time when the component type was last updated.
-
description
public final String description()
The description of the component type.
- Returns:
- The description of the component type.
-
status
public final Status status()
The current status of the component type.
- Returns:
- The current status of the component type.
-
componentTypeName
public final String componentTypeName()
The component type name.
- Returns:
- The component type name.
-
toBuilder
public ComponentTypeSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ComponentTypeSummary.Builder,ComponentTypeSummary>
-
builder
public static ComponentTypeSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ComponentTypeSummary.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
-
-