Class StepRunSummary
- java.lang.Object
-
- software.amazon.awssdk.services.apptest.model.StepRunSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StepRunSummary.Builder,StepRunSummary>
@Generated("software.amazon.awssdk:codegen") public final class StepRunSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StepRunSummary.Builder,StepRunSummary>
Defines the step run summary.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStepRunSummary.Builderstatic classStepRunSummary.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StepRunSummary.Builderbuilder()CompareActionSummarycompareAction()The compare action of the step run summary.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)static StepRunSummaryfromCompareAction(Consumer<CompareActionSummary.Builder> compareAction)Create an instance of this class withcompareAction()initialized to the given value.static StepRunSummaryfromCompareAction(CompareActionSummary compareAction)Create an instance of this class withcompareAction()initialized to the given value.static StepRunSummaryfromMainframeAction(Consumer<MainframeActionSummary.Builder> mainframeAction)Create an instance of this class withmainframeAction()initialized to the given value.static StepRunSummaryfromMainframeAction(MainframeActionSummary mainframeAction)Create an instance of this class withmainframeAction()initialized to the given value.static StepRunSummaryfromResourceAction(Consumer<ResourceActionSummary.Builder> resourceAction)Create an instance of this class withresourceAction()initialized to the given value.static StepRunSummaryfromResourceAction(ResourceActionSummary resourceAction)Create an instance of this class withresourceAction()initialized to the given value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MainframeActionSummarymainframeAction()The mainframe action of the step run summary.ResourceActionSummaryresourceAction()The resource action of the step run summary.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StepRunSummary.Builder>serializableBuilderClass()StepRunSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.StepRunSummary.Typetype()Retrieve an enum value representing which member of this object is populated.-
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
-
mainframeAction
public final MainframeActionSummary mainframeAction()
The mainframe action of the step run summary.
- Returns:
- The mainframe action of the step run summary.
-
compareAction
public final CompareActionSummary compareAction()
The compare action of the step run summary.
- Returns:
- The compare action of the step run summary.
-
resourceAction
public final ResourceActionSummary resourceAction()
The resource action of the step run summary.
- Returns:
- The resource action of the step run summary.
-
toBuilder
public StepRunSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StepRunSummary.Builder,StepRunSummary>
-
builder
public static StepRunSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends StepRunSummary.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.
-
fromMainframeAction
public static StepRunSummary fromMainframeAction(MainframeActionSummary mainframeAction)
Create an instance of this class withmainframeAction()initialized to the given value.The mainframe action of the step run summary.
- Parameters:
mainframeAction- The mainframe action of the step run summary.
-
fromMainframeAction
public static StepRunSummary fromMainframeAction(Consumer<MainframeActionSummary.Builder> mainframeAction)
Create an instance of this class withmainframeAction()initialized to the given value.The mainframe action of the step run summary.
- Parameters:
mainframeAction- The mainframe action of the step run summary.
-
fromCompareAction
public static StepRunSummary fromCompareAction(CompareActionSummary compareAction)
Create an instance of this class withcompareAction()initialized to the given value.The compare action of the step run summary.
- Parameters:
compareAction- The compare action of the step run summary.
-
fromCompareAction
public static StepRunSummary fromCompareAction(Consumer<CompareActionSummary.Builder> compareAction)
Create an instance of this class withcompareAction()initialized to the given value.The compare action of the step run summary.
- Parameters:
compareAction- The compare action of the step run summary.
-
fromResourceAction
public static StepRunSummary fromResourceAction(ResourceActionSummary resourceAction)
Create an instance of this class withresourceAction()initialized to the given value.The resource action of the step run summary.
- Parameters:
resourceAction- The resource action of the step run summary.
-
fromResourceAction
public static StepRunSummary fromResourceAction(Consumer<ResourceActionSummary.Builder> resourceAction)
Create an instance of this class withresourceAction()initialized to the given value.The resource action of the step run summary.
- Parameters:
resourceAction- The resource action of the step run summary.
-
type
public StepRunSummary.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beStepRunSummary.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beStepRunSummary.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-