Class ChangeSetHook
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChangeSetHook.Builder,ChangeSetHook>
Specifies the resource, the Hook, and the Hook version to be invoked.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeSetHook.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final HookFailureModeSpecify the Hook failure mode for non-compliant resources in the followings ways.final StringSpecify the Hook failure mode for non-compliant resources in the followings ways.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final HookInvocationPointThe specific point in the provisioning process where the Hook is invoked.final StringThe specific point in the provisioning process where the Hook is invoked.static Class<? extends ChangeSetHook.Builder>Specifies details about the target that the Hook will run against.final StringtoString()Returns a string representation of this object.final StringThe version ID of the type configuration.final StringtypeName()The unique name for your Hook.final StringThe version ID of the type specified.Methods 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
-
invocationPoint
The specific point in the provisioning process where the Hook is invoked.
If the service returns an enum value that is not available in the current SDK version,
invocationPointwill returnHookInvocationPoint.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominvocationPointAsString().- Returns:
- The specific point in the provisioning process where the Hook is invoked.
- See Also:
-
invocationPointAsString
The specific point in the provisioning process where the Hook is invoked.
If the service returns an enum value that is not available in the current SDK version,
invocationPointwill returnHookInvocationPoint.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominvocationPointAsString().- Returns:
- The specific point in the provisioning process where the Hook is invoked.
- See Also:
-
failureMode
Specify the Hook failure mode for non-compliant resources in the followings ways.
-
FAILStops provisioning resources. -
WARNAllows provisioning to continue with a warning message.
If the service returns an enum value that is not available in the current SDK version,
failureModewill returnHookFailureMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfailureModeAsString().- Returns:
- Specify the Hook failure mode for non-compliant resources in the followings ways.
-
FAILStops provisioning resources. -
WARNAllows provisioning to continue with a warning message.
-
- See Also:
-
-
failureModeAsString
Specify the Hook failure mode for non-compliant resources in the followings ways.
-
FAILStops provisioning resources. -
WARNAllows provisioning to continue with a warning message.
If the service returns an enum value that is not available in the current SDK version,
failureModewill returnHookFailureMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfailureModeAsString().- Returns:
- Specify the Hook failure mode for non-compliant resources in the followings ways.
-
FAILStops provisioning resources. -
WARNAllows provisioning to continue with a warning message.
-
- See Also:
-
-
typeName
The unique name for your Hook. Specifies a three-part namespace for your Hook, with a recommended pattern of
Organization::Service::Hook.The following organization namespaces are reserved and can't be used in your Hook type names:
-
Alexa -
AMZN -
Amazon -
ASK -
AWS -
Custom -
Dev
- Returns:
- The unique name for your Hook. Specifies a three-part namespace for your Hook, with a recommended pattern
of
Organization::Service::Hook.The following organization namespaces are reserved and can't be used in your Hook type names:
-
Alexa -
AMZN -
Amazon -
ASK -
AWS -
Custom -
Dev
-
-
-
typeVersionId
The version ID of the type specified.
- Returns:
- The version ID of the type specified.
-
typeConfigurationVersionId
The version ID of the type configuration.
- Returns:
- The version ID of the type configuration.
-
targetDetails
Specifies details about the target that the Hook will run against.
- Returns:
- Specifies details about the target that the Hook will run against.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChangeSetHook.Builder,ChangeSetHook>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-