Class TestConfigurationLatestVersion
- java.lang.Object
-
- software.amazon.awssdk.services.apptest.model.TestConfigurationLatestVersion
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TestConfigurationLatestVersion.Builder,TestConfigurationLatestVersion>
@Generated("software.amazon.awssdk:codegen") public final class TestConfigurationLatestVersion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestConfigurationLatestVersion.Builder,TestConfigurationLatestVersion>
Specifies the latest version of the test configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTestConfigurationLatestVersion.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestConfigurationLatestVersion.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TestConfigurationLatestVersion.Builder>serializableBuilderClass()TestConfigurationLifecyclestatus()The status of the test configuration latest version.StringstatusAsString()The status of the test configuration latest version.StringstatusReason()The status reason of the test configuration latest version.TestConfigurationLatestVersion.BuildertoBuilder()StringtoString()Returns a string representation of this object.Integerversion()The version of the test configuration latest 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
-
version
public final Integer version()
The version of the test configuration latest version.
- Returns:
- The version of the test configuration latest version.
-
status
public final TestConfigurationLifecycle status()
The status of the test configuration latest version.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTestConfigurationLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the test configuration latest version.
- See Also:
TestConfigurationLifecycle
-
statusAsString
public final String statusAsString()
The status of the test configuration latest version.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTestConfigurationLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the test configuration latest version.
- See Also:
TestConfigurationLifecycle
-
statusReason
public final String statusReason()
The status reason of the test configuration latest version.
- Returns:
- The status reason of the test configuration latest version.
-
toBuilder
public TestConfigurationLatestVersion.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TestConfigurationLatestVersion.Builder,TestConfigurationLatestVersion>
-
builder
public static TestConfigurationLatestVersion.Builder builder()
-
serializableBuilderClass
public static Class<? extends TestConfigurationLatestVersion.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-