Class CfnEndpointConfig.CaptureContentTypeHeaderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.CaptureContentTypeHeaderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfig.CaptureContentTypeHeaderProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfig.CaptureContentTypeHeaderProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointConfig.CaptureContentTypeHeaderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointConfig.CaptureContentTypeHeaderProperty
An implementation for
CfnEndpointConfig.CaptureContentTypeHeaderProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.CaptureContentTypeHeaderProperty
CfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder, CfnEndpointConfig.CaptureContentTypeHeaderProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
A list of the CSV content types of the data that the endpoint captures.A list of the JSON content types of the data that the endpoint captures.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder
.
-
-
Method Details
-
getCsvContentTypes
Description copied from interface:CfnEndpointConfig.CaptureContentTypeHeaderProperty
A list of the CSV content types of the data that the endpoint captures.For the endpoint to capture the data, you must also specify the content type when you invoke the endpoint.
- Specified by:
getCsvContentTypes
in interfaceCfnEndpointConfig.CaptureContentTypeHeaderProperty
-
getJsonContentTypes
Description copied from interface:CfnEndpointConfig.CaptureContentTypeHeaderProperty
A list of the JSON content types of the data that the endpoint captures.For the endpoint to capture the data, you must also specify the content type when you invoke the endpoint.
- Specified by:
getJsonContentTypes
in interfaceCfnEndpointConfig.CaptureContentTypeHeaderProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-