@Stability(value=Stable)
public static interface CfnDocumentationPart.LocationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
LocationProperty locationProperty = LocationProperty.builder()
.method("method")
.name("name")
.path("path")
.statusCode("statusCode")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDocumentationPart.LocationProperty.Builder
A builder for
CfnDocumentationPart.LocationProperty |
static class |
CfnDocumentationPart.LocationProperty.Jsii$Proxy
An implementation for
CfnDocumentationPart.LocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDocumentationPart.LocationProperty.Builder |
builder() |
default String |
getMethod()
`CfnDocumentationPart.LocationProperty.Method`.
|
default String |
getName()
`CfnDocumentationPart.LocationProperty.Name`.
|
default String |
getPath()
`CfnDocumentationPart.LocationProperty.Path`.
|
default String |
getStatusCode()
`CfnDocumentationPart.LocationProperty.StatusCode`.
|
default String |
getType()
`CfnDocumentationPart.LocationProperty.Type`.
|
@Stability(value=Stable) @Nullable default String getMethod()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getPath()
@Stability(value=Stable) @Nullable default String getStatusCode()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnDocumentationPart.LocationProperty.Builder builder()
Copyright © 2021. All rights reserved.