@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() |
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 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 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 String typeName()
The name of the type.
public 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 String arn()
The Amazon Resource Name (ARN) of the type version.
public Instant timeCreated()
When the version was registered.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.