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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.CaptureContentTypeHeaderProperty
CfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder, CfnEndpointConfig.CaptureContentTypeHeaderProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder.protectedJsii$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.JsonNodefinal booleanA 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 inthashCode()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.CaptureContentTypeHeaderPropertyA 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:
getCsvContentTypesin interfaceCfnEndpointConfig.CaptureContentTypeHeaderProperty- See Also:
-
getJsonContentTypes
Description copied from interface:CfnEndpointConfig.CaptureContentTypeHeaderPropertyA 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:
getJsonContentTypesin interfaceCfnEndpointConfig.CaptureContentTypeHeaderProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-