Class ScriptSummary
- java.lang.Object
-
- software.amazon.awssdk.services.apptest.model.ScriptSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ScriptSummary.Builder,ScriptSummary>
@Generated("software.amazon.awssdk:codegen") public final class ScriptSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScriptSummary.Builder,ScriptSummary>
Specifies the scripts summary.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScriptSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScriptSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringscriptLocation()The script location of the script summary.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ScriptSummary.Builder>serializableBuilderClass()ScriptSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.ScriptTypetype()The type of the script summary.StringtypeAsString()The type of the script summary.-
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
-
scriptLocation
public final String scriptLocation()
The script location of the script summary.
- Returns:
- The script location of the script summary.
-
type
public final ScriptType type()
The type of the script summary.
If the service returns an enum value that is not available in the current SDK version,
typewill returnScriptType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the script summary.
- See Also:
ScriptType
-
typeAsString
public final String typeAsString()
The type of the script summary.
If the service returns an enum value that is not available in the current SDK version,
typewill returnScriptType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the script summary.
- See Also:
ScriptType
-
toBuilder
public ScriptSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ScriptSummary.Builder,ScriptSummary>
-
builder
public static ScriptSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ScriptSummary.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
-
-