@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBasePathMappingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the base path that callers of the API must provide as part of the URL after the domain name.
Constructor and Description |
---|
GetBasePathMappingResult() |
Modifier and Type | Method and Description |
---|---|
GetBasePathMappingResult |
clone() |
boolean |
equals(Object obj) |
String |
getBasePath()
The base path name that callers of the API must provide as part of the URL after the domain name.
|
String |
getRestApiId()
The string identifier of the associated RestApi.
|
String |
getStage()
The name of the associated stage.
|
int |
hashCode() |
void |
setBasePath(String basePath)
The base path name that callers of the API must provide as part of the URL after the domain name.
|
void |
setRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
void |
setStage(String stage)
The name of the associated stage.
|
String |
toString()
Returns a string representation of this object.
|
GetBasePathMappingResult |
withBasePath(String basePath)
The base path name that callers of the API must provide as part of the URL after the domain name.
|
GetBasePathMappingResult |
withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
GetBasePathMappingResult |
withStage(String stage)
The name of the associated stage.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBasePath(String basePath)
The base path name that callers of the API must provide as part of the URL after the domain name.
basePath
- The base path name that callers of the API must provide as part of the URL after the domain name.public String getBasePath()
The base path name that callers of the API must provide as part of the URL after the domain name.
public GetBasePathMappingResult withBasePath(String basePath)
The base path name that callers of the API must provide as part of the URL after the domain name.
basePath
- The base path name that callers of the API must provide as part of the URL after the domain name.public void setRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.public String getRestApiId()
The string identifier of the associated RestApi.
public GetBasePathMappingResult withRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.public void setStage(String stage)
The name of the associated stage.
stage
- The name of the associated stage.public String getStage()
The name of the associated stage.
public GetBasePathMappingResult withStage(String stage)
The name of the associated stage.
stage
- The name of the associated stage.public String toString()
toString
in class Object
Object.toString()
public GetBasePathMappingResult clone()