public static final class CfnEndpointConfig.CaptureContentTypeHeaderProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpointConfig.CaptureContentTypeHeaderProperty
CfnEndpointConfig.CaptureContentTypeHeaderProperty
CfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder, CfnEndpointConfig.CaptureContentTypeHeaderProperty.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.util.List<java.lang.String> |
getCsvContentTypes()
A list of the CSV content types of the data that the endpoint captures.
|
java.util.List<java.lang.String> |
getJsonContentTypes()
A list of the JSON content types of the data that the endpoint captures.
|
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.util.List<java.lang.String> getCsvContentTypes()
CfnEndpointConfig.CaptureContentTypeHeaderProperty
For the endpoint to capture the data, you must also specify the content type when you invoke the endpoint.
getCsvContentTypes
in interface CfnEndpointConfig.CaptureContentTypeHeaderProperty
public final java.util.List<java.lang.String> getJsonContentTypes()
CfnEndpointConfig.CaptureContentTypeHeaderProperty
For the endpoint to capture the data, you must also specify the content type when you invoke the endpoint.
getJsonContentTypes
in interface CfnEndpointConfig.CaptureContentTypeHeaderProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()