ToCopyableBuilder<GetBasePathMappingResponse.Builder,GetBasePathMappingResponse>
@Generated("software.amazon.awssdk:codegen") public class GetBasePathMappingResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetBasePathMappingResponse.Builder,GetBasePathMappingResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetBasePathMappingResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
basePath() |
The base path name that callers of the API must provide as part of the URL after the domain name.
|
static GetBasePathMappingResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
restApiId() |
The name of the API.
|
static Class<? extends GetBasePathMappingResponse.Builder> |
serializableBuilderClass() |
|
String |
stage() |
The name of the API's stage.
|
GetBasePathMappingResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
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 name of the API.
public String stage()
The name of the API's stage.
public GetBasePathMappingResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetBasePathMappingResponse.Builder,GetBasePathMappingResponse>
public static GetBasePathMappingResponse.Builder builder()
public static Class<? extends GetBasePathMappingResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.