public static final class CfnIntegrationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIntegrationProps
CfnIntegrationProps
CfnIntegrationProps.Builder, CfnIntegrationProps.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 |
getDomainName()
The unique name of the domain.
|
java.lang.Object |
getFlowDefinition()
The configuration that controls how Customer Profiles retrieves data from the source.
|
java.lang.String |
getObjectTypeName()
The name of the profile object type mapping to use.
|
java.lang.Object |
getObjectTypeNames()
The object type mapping.
|
java.util.List<CfnTag> |
getTags()
The tags used to organize, track, or control access for this resource.
|
java.lang.String |
getUri()
The URI of the S3 bucket or any other type of data source.
|
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 getDomainName()
CfnIntegrationProps
getDomainName
in interface CfnIntegrationProps
public final java.lang.Object getFlowDefinition()
CfnIntegrationProps
getFlowDefinition
in interface CfnIntegrationProps
public final java.lang.String getObjectTypeName()
CfnIntegrationProps
getObjectTypeName
in interface CfnIntegrationProps
public final java.lang.Object getObjectTypeNames()
CfnIntegrationProps
getObjectTypeNames
in interface CfnIntegrationProps
public final java.util.List<CfnTag> getTags()
CfnIntegrationProps
getTags
in interface CfnIntegrationProps
public final java.lang.String getUri()
CfnIntegrationProps
getUri
in interface CfnIntegrationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()