Class CfnDocumentationPartProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnDocumentationPartProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDocumentationPartProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDocumentationPartProps
@Stability(Stable)
@Internal
public static final class CfnDocumentationPartProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDocumentationPartProps
An implementation for
CfnDocumentationPartProps
-
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.apigateway.CfnDocumentationPartProps
CfnDocumentationPartProps.Builder, CfnDocumentationPartProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDocumentationPartProps.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
final Object
The location of the targeted API entity of the to-be-created documentation part.final String
The new documentation content map of the targeted API entity.final String
The string identifier of the associated RestApi.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 theCfnDocumentationPartProps.Builder
.
-
-
Method Details
-
getLocation
Description copied from interface:CfnDocumentationPartProps
The location of the targeted API entity of the to-be-created documentation part.- Specified by:
getLocation
in interfaceCfnDocumentationPartProps
- See Also:
-
getProperties
Description copied from interface:CfnDocumentationPartProps
The new documentation content map of the targeted API entity.Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.
- Specified by:
getProperties
in interfaceCfnDocumentationPartProps
- See Also:
-
getRestApiId
Description copied from interface:CfnDocumentationPartProps
The string identifier of the associated RestApi.- Specified by:
getRestApiId
in interfaceCfnDocumentationPartProps
- See Also:
-
$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()
-