StructuredPojo
, ToCopyableBuilder<BasePathMapping.Builder,BasePathMapping>
@Generated("software.amazon.awssdk:codegen") public class BasePathMapping extends Object implements StructuredPojo, ToCopyableBuilder<BasePathMapping.Builder,BasePathMapping>
Modifier and Type | Class | Description |
---|---|---|
static interface |
BasePathMapping.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 BasePathMapping.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
restApiId() |
The name of the API.
|
static Class<? extends BasePathMapping.Builder> |
serializableBuilderClass() |
|
String |
stage() |
The name of the API's stage.
|
BasePathMapping.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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 BasePathMapping.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BasePathMapping.Builder,BasePathMapping>
public static BasePathMapping.Builder builder()
public static Class<? extends BasePathMapping.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.