Class ResourceHookTarget
java.lang.Object
software.amazon.cloudformation.proxy.hook.targetmodel.ResourceHookTarget
- All Implemented Interfaces:
HookTarget
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Objectabstract List<org.json.JSONObject>final HookTargetTypefinal ObjectgetOrDefault(String key, Object defaultValue) abstract org.json.JSONObjectabstract Booleanfinal booleanhasProperty(String key) abstract Booleanabstract org.json.JSONObject
-
Constructor Details
-
ResourceHookTarget
public ResourceHookTarget()
-
-
Method Details
-
get
- Specified by:
getin interfaceHookTarget
-
getOrDefault
-
hasProperty
-
getProperties
-
getAdditionalProperties
-
getHookTargetType
- Specified by:
getHookTargetTypein interfaceHookTarget
-
getPrimaryIdentifier
public abstract org.json.JSONObject getPrimaryIdentifier() -
getAdditionalIdentifiers
-
targetSchemaJSONObject
public abstract org.json.JSONObject targetSchemaJSONObject() -
hasDefinedSchema
-
isCloudFormationRegistryType
-