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) Indicates whether some other object is "equal to" this one by SDK fields.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.Take this object and create a builder that contains all of the current property values of this object.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 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
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ChangeSetHook.Builder,ChangeSetHook> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-