ToCopyableBuilder<UpdateBasePathMappingResponse.Builder,UpdateBasePathMappingResponse>
@Generated("software.amazon.awssdk:codegen") public class UpdateBasePathMappingResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<UpdateBasePathMappingResponse.Builder,UpdateBasePathMappingResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateBasePathMappingResponse.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 UpdateBasePathMappingResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
restApiId() |
The name of the API.
|
static Class<? extends UpdateBasePathMappingResponse.Builder> |
serializableBuilderClass() |
|
String |
stage() |
The name of the API's stage.
|
UpdateBasePathMappingResponse.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 UpdateBasePathMappingResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateBasePathMappingResponse.Builder,UpdateBasePathMappingResponse>
public static UpdateBasePathMappingResponse.Builder builder()
public static Class<? extends UpdateBasePathMappingResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.