@Generated(value="software.amazon.awssdk:codegen") public final class TypeVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TypeVersionSummary.Builder,TypeVersionSummary>
Contains summary information about a specific version of a CloudFormation type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TypeVersionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the type version.
|
static TypeVersionSummary.Builder |
builder() |
String |
description()
The description of the type version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isDefaultVersion()
Whether the specified type version is set as the default version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TypeVersionSummary.Builder> |
serializableBuilderClass() |
Instant |
timeCreated()
When the version was registered.
|
TypeVersionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
RegistryType |
type()
The kind of type.
|
String |
typeAsString()
The kind of type.
|
String |
typeName()
The name of the type.
|
String |
versionId()
The ID of a specific version of the type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RegistryType type()
The kind of type.
If the service returns an enum value that is not available in the current SDK version, type will return
RegistryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
RegistryTypepublic final String typeAsString()
The kind of type.
If the service returns an enum value that is not available in the current SDK version, type will return
RegistryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
RegistryTypepublic final String typeName()
The name of the type.
public final String versionId()
The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the type version when it is registered.
public final Boolean isDefaultVersion()
Whether the specified type version is set as the default version.
public final String arn()
The Amazon Resource Name (ARN) of the type version.
public final Instant timeCreated()
When the version was registered.
public final String description()
The description of the type version.
public TypeVersionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TypeVersionSummary.Builder,TypeVersionSummary>public static TypeVersionSummary.Builder builder()
public static Class<? extends TypeVersionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.