public static final class CfnObjectType.ObjectTypeFieldProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnObjectType.ObjectTypeFieldProperty
CfnObjectType.ObjectTypeFieldProperty
CfnObjectType.ObjectTypeFieldProperty.Builder, CfnObjectType.ObjectTypeFieldProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getContentType()
The content type of the field.
|
java.lang.String |
getSource()
A field of a ProfileObject.
|
java.lang.String |
getTarget()
The location of the data in the standard ProfileObject model.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getContentType()
CfnObjectType.ObjectTypeFieldProperty
Used for determining equality when searching.
getContentType
in interface CfnObjectType.ObjectTypeFieldProperty
public final java.lang.String getSource()
CfnObjectType.ObjectTypeFieldProperty
For example: _source.FirstName, where “_source” is a ProfileObjectType of a Zendesk user and “FirstName” is a field in that ObjectType.
getSource
in interface CfnObjectType.ObjectTypeFieldProperty
public final java.lang.String getTarget()
CfnObjectType.ObjectTypeFieldProperty
For example: _profile.Address.PostalCode.
getTarget
in interface CfnObjectType.ObjectTypeFieldProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()