@Generated(value="software.amazon.awssdk:codegen") public final class TypeSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TypeSummary.Builder,TypeSummary>
Contains summary information about the specified CloudFormation type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TypeSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TypeSummary.Builder |
builder() |
String |
defaultVersionId()
The ID of the default version of the type.
|
String |
description()
The description of the type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdated()
When the current default version of the type was registered.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TypeSummary.Builder> |
serializableBuilderClass() |
TypeSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
RegistryType |
type()
The kind of type.
|
String |
typeArn()
The Amazon Resource Name (ARN) of the type.
|
String |
typeAsString()
The kind of type.
|
String |
typeName()
The name 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 defaultVersionId()
The ID of the default version of the type. The default version is used when the type version is not specified.
To set the default version of a type, use SetTypeDefaultVersion .
To set the default version of a type, use SetTypeDefaultVersion .
public String typeArn()
The Amazon Resource Name (ARN) of the type.
public Instant lastUpdated()
When the current default version of the type was registered.
public String description()
The description of the type.
public TypeSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TypeSummary.Builder,TypeSummary>public static TypeSummary.Builder builder()
public static Class<? extends TypeSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.