@Generated(value="software.amazon.awssdk:codegen") public final class BasePathMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BasePathMapping.Builder,BasePathMapping>
Represents the base path that callers of the API must provide as part of the URL after the domain name.
Modifier and Type | Class and Description |
---|---|
static interface |
BasePathMapping.Builder |
Modifier and Type | Method and Description |
---|---|
String |
basePath()
The base path name that callers of the API must provide as part of the URL after the domain name.
|
static BasePathMapping.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
restApiId()
The string identifier of the associated RestApi.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BasePathMapping.Builder> |
serializableBuilderClass() |
String |
stage()
The name of the associated stage.
|
BasePathMapping.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String basePath()
The base path name that callers of the API must provide as part of the URL after the domain name.
public String restApiId()
The string identifier of the associated RestApi.
public String stage()
The name of the associated stage.
public BasePathMapping.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BasePathMapping.Builder,BasePathMapping>
public static BasePathMapping.Builder builder()
public static Class<? extends BasePathMapping.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.