@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 extension.
| 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 extension version.
|
static TypeVersionSummary.Builder |
builder() |
String |
description()
The description of the extension 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 extension version is set as the default version.
|
String |
publicVersionNumber()
For public extensions that have been activated for this account and region, the version of the public extension
to be used for CloudFormation operations in this account and region.
|
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 extension.
|
String |
typeAsString()
The kind of extension.
|
String |
typeName()
The name of the extension.
|
String |
versionId()
The ID of a specific version of the extension.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RegistryType type()
The kind of extension.
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 extension.
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 extension.
public final String versionId()
The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it's registered.
public final Boolean isDefaultVersion()
Whether the specified extension version is set as the default version.
This applies only to private extensions you have registered in your account, and extensions published by Amazon.
For public third-party extensions, CloudFormation returns null.
This applies only to private extensions you have registered in your account, and extensions published by
Amazon. For public third-party extensions, CloudFormation returns null.
public final String arn()
The Amazon Resource Name (ARN) of the extension version.
public final Instant timeCreated()
When the version was registered.
public final String description()
The description of the extension version.
public final String publicVersionNumber()
For public extensions that have been activated for this account and region, the version of the public extension
to be used for CloudFormation operations in this account and region. For any extensions other than activated
third-arty extensions, CloudFormation returns null.
How you specified AutoUpdate when enabling the extension affects whether CloudFormation
automatically updates the extension in this account and region when a new version is released. For more
information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User
Guide.
null.
How you specified AutoUpdate when enabling the extension affects whether CloudFormation
automatically updates the extension in this account and region when a new version is released. For more
information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User
Guide.
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 © 2023. All rights reserved.