Class StartExecutionPreviewRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.ssm.model.SsmRequest
software.amazon.awssdk.services.ssm.model.StartExecutionPreviewRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartExecutionPreviewRequest.Builder,StartExecutionPreviewRequest>
@Generated("software.amazon.awssdk:codegen")
public final class StartExecutionPreviewRequest
extends SsmRequest
implements ToCopyableBuilder<StartExecutionPreviewRequest.Builder,StartExecutionPreviewRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe name of the Automation runbook to run.final StringThe version of the Automation runbook to run.final booleanfinal booleanequalsBySdkFields(Object obj) final ExecutionInputsInformation about the inputs that can be specified for the preview operation.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends StartExecutionPreviewRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
documentName
The name of the Automation runbook to run. The result of the execution preview indicates what the impact would be of running this runbook.
- Returns:
- The name of the Automation runbook to run. The result of the execution preview indicates what the impact would be of running this runbook.
-
documentVersion
The version of the Automation runbook to run. The default value is
$DEFAULT.- Returns:
- The version of the Automation runbook to run. The default value is
$DEFAULT.
-
executionInputs
Information about the inputs that can be specified for the preview operation.
- Returns:
- Information about the inputs that can be specified for the preview operation.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartExecutionPreviewRequest.Builder,StartExecutionPreviewRequest> - Specified by:
toBuilderin classSsmRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-