public abstract class ResourceHookTarget extends Object implements HookTarget
| Constructor and Description |
|---|
ResourceHookTarget() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String key) |
abstract List<org.json.JSONObject> |
getAdditionalIdentifiers() |
Map<String,Object> |
getAdditionalProperties() |
HookTargetType |
getHookTargetType() |
Object |
getOrDefault(String key,
Object defaultValue) |
abstract org.json.JSONObject |
getPrimaryIdentifier() |
Map<String,Object> |
getProperties() |
abstract Boolean |
hasDefinedSchema() |
boolean |
hasProperty(String key) |
abstract Boolean |
isCloudFormationRegistryType() |
abstract org.json.JSONObject |
targetSchemaJSONObject() |
public final Object get(String key)
get in interface HookTargetpublic final boolean hasProperty(String key)
public final HookTargetType getHookTargetType()
getHookTargetType in interface HookTargetpublic abstract org.json.JSONObject getPrimaryIdentifier()
public abstract List<org.json.JSONObject> getAdditionalIdentifiers()
public abstract org.json.JSONObject targetSchemaJSONObject()
public abstract Boolean hasDefinedSchema()
public abstract Boolean isCloudFormationRegistryType()
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.