public static final class TargetInputTemplate.Jsii$Pojo extends Object implements TargetInputTemplate
TargetInputTemplate.TargetInputTemplate.Builder, TargetInputTemplate.Jsii$Pojo, TargetInputTemplate.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
protected Object |
_jsonTemplate |
protected Map<String,String> |
_pathsMap |
protected Object |
_textTemplate |
| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Pojo()
Constructor used by builders.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getJsonTemplate()
Input template where you can use the values of the keys from
inputPathsMap to customize the data sent to the target.
|
Map<String,String> |
getPathsMap()
Map of JSON paths to be extracted from the event.
|
Object |
getTextTemplate()
Input template where you can use the values of the keys from
inputPathsMap to customize the data sent to the target.
|
void |
setJsonTemplate(Object value)
Input template where you can use the values of the keys from
inputPathsMap to customize the data sent to the target.
|
void |
setPathsMap(Map<String,String> value)
Map of JSON paths to be extracted from the event.
|
void |
setTextTemplate(Object value)
Input template where you can use the values of the keys from
inputPathsMap to customize the data sent to the target.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Object _textTemplate
protected Object _jsonTemplate
public Object getTextTemplate()
TargetInputTemplategetTextTemplate in interface TargetInputTemplatepublic void setTextTemplate(Object value)
TargetInputTemplatesetTextTemplate in interface TargetInputTemplatepublic Object getJsonTemplate()
TargetInputTemplategetJsonTemplate in interface TargetInputTemplatepublic void setJsonTemplate(Object value)
TargetInputTemplatesetJsonTemplate in interface TargetInputTemplatepublic Map<String,String> getPathsMap()
TargetInputTemplategetPathsMap in interface TargetInputTemplatepublic void setPathsMap(Map<String,String> value)
TargetInputTemplatesetPathsMap in interface TargetInputTemplateCopyright © 2018. All rights reserved.