@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String basePath()
The base path name that callers of the API must provide as part of the URL after the domain name.
public final String restApiId()
The string identifier of the associated RestApi.
public final String stage()
The name of the associated stage.
public BasePathMapping.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BasePathMapping.Builder,BasePathMapping>public static BasePathMapping.Builder builder()
public static Class<? extends BasePathMapping.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.