@Generated(value="software.amazon.awssdk:codegen") public final class RuntimeVersion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RuntimeVersion.Builder,RuntimeVersion>
This structure contains information about one canary runtime version. For more information about runtime versions, see Canary Runtime Versions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RuntimeVersion.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeVersion.Builder |
builder() |
Instant |
deprecationDate()
If this runtime version is deprecated, this value is the date of deprecation.
|
String |
description()
A description of the runtime version, created by Amazon.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
releaseDate()
The date that the runtime version was released.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RuntimeVersion.Builder> |
serializableBuilderClass() |
RuntimeVersion.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionName()
The name of the runtime version.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String versionName()
The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.
public final String description()
A description of the runtime version, created by Amazon.
public final Instant releaseDate()
The date that the runtime version was released.
public final Instant deprecationDate()
If this runtime version is deprecated, this value is the date of deprecation.
public RuntimeVersion.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RuntimeVersion.Builder,RuntimeVersion>public static RuntimeVersion.Builder builder()
public static Class<? extends RuntimeVersion.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.