Class GenericHookTargetModel
java.lang.Object
software.amazon.cloudformation.proxy.hook.targetmodel.HookTargetModel
software.amazon.cloudformation.proxy.hook.targetmodel.GenericHookTargetModel
This class is a concrete agnostic target model that is the default
implementation used when the type of the Hook's target is not known. Since it
is possible for Hooks to support multiple target types, the type of the
hook's target is not known until it receives a request during runtime.
The properties of the Hook's target are stored internally in a Map which can
be accessed using the
HookTargetModel accessor methods-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.amazon.cloudformation.proxy.hook.targetmodel.HookTargetModel
containsKey, get, getOrDefault, getTargetModel, getTargetModelAsJSONObject, getTargetModelAsMap, of, of, of
-
Constructor Details
-
GenericHookTargetModel
public GenericHookTargetModel()
-
-
Method Details
-
getTargetModelProperties
-