@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComponentTypeSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the component type.
|
static ComponentTypeSummary.Builder |
builder() |
String |
componentTypeId()
The ID of the component type.
|
String |
componentTypeName()
The component type name.
|
Instant |
creationDateTime()
The date and time when the component type was created.
|
String |
description()
The description of the component type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ComponentTypeSummary.Builder> |
serializableBuilderClass() |
Status |
status()
The current status of the component type.
|
ComponentTypeSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateDateTime()
The date and time when the component type was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the component type.
public final String componentTypeId()
The ID of the component type.
public final Instant creationDateTime()
The date and time when the component type was created.
public final Instant updateDateTime()
The date and time when the component type was last updated.
public final String description()
The description of the component type.
public final Status status()
The current status of the component type.
public final String componentTypeName()
The component type name.
public ComponentTypeSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ComponentTypeSummary.Builder,ComponentTypeSummary>public static ComponentTypeSummary.Builder builder()
public static Class<? extends ComponentTypeSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.