Class RuntimeVersion
- java.lang.Object
-
- software.amazon.awssdk.services.synthetics.model.RuntimeVersion
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RuntimeVersion.Builder,RuntimeVersion>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRuntimeVersion.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuntimeVersion.Builderbuilder()InstantdeprecationDate()If this runtime version is deprecated, this value is the date of deprecation.Stringdescription()A description of the runtime version, created by Amazon.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantreleaseDate()The date that the runtime version was released.List<SdkField<?>>sdkFields()static Class<? extends RuntimeVersion.Builder>serializableBuilderClass()RuntimeVersion.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringversionName()The name of the runtime version.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
versionName
public final String versionName()
The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.
- Returns:
- The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.
-
description
public final String description()
A description of the runtime version, created by Amazon.
- Returns:
- A description of the runtime version, created by Amazon.
-
releaseDate
public final Instant releaseDate()
The date that the runtime version was released.
- Returns:
- The date that the runtime version was released.
-
deprecationDate
public final Instant deprecationDate()
If this runtime version is deprecated, this value is the date of deprecation.
- Returns:
- If this runtime version is deprecated, this value is the date of deprecation.
-
toBuilder
public RuntimeVersion.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RuntimeVersion.Builder,RuntimeVersion>
-
builder
public static RuntimeVersion.Builder builder()
-
serializableBuilderClass
public static Class<? extends RuntimeVersion.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-