Class TestSuiteLatestVersion
- java.lang.Object
-
- software.amazon.awssdk.services.apptest.model.TestSuiteLatestVersion
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TestSuiteLatestVersion.Builder,TestSuiteLatestVersion>
@Generated("software.amazon.awssdk:codegen") public final class TestSuiteLatestVersion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestSuiteLatestVersion.Builder,TestSuiteLatestVersion>
Specifies the latest version of a test suite.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTestSuiteLatestVersion.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestSuiteLatestVersion.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 TestSuiteLatestVersion.Builder>serializableBuilderClass()TestSuiteLifecyclestatus()The status of the test suite latest version.StringstatusAsString()The status of the test suite latest version.StringstatusReason()The status reason of the test suite latest version.TestSuiteLatestVersion.BuildertoBuilder()StringtoString()Returns a string representation of this object.Integerversion()The version of the test suite 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 suite latest version.
- Returns:
- The version of the test suite latest version.
-
status
public final TestSuiteLifecycle status()
The status of the test suite latest version.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTestSuiteLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the test suite latest version.
- See Also:
TestSuiteLifecycle
-
statusAsString
public final String statusAsString()
The status of the test suite latest version.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTestSuiteLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the test suite latest version.
- See Also:
TestSuiteLifecycle
-
statusReason
public final String statusReason()
The status reason of the test suite latest version.
- Returns:
- The status reason of the test suite latest version.
-
toBuilder
public TestSuiteLatestVersion.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TestSuiteLatestVersion.Builder,TestSuiteLatestVersion>
-
builder
public static TestSuiteLatestVersion.Builder builder()
-
serializableBuilderClass
public static Class<? extends TestSuiteLatestVersion.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
-
-