public class CreateBasePathMappingResult 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 |
---|
CreateBasePathMappingResult() |
Modifier and Type | Method and Description |
---|---|
CreateBasePathMappingResult |
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 name of the API.
|
String |
getStage()
The name of the API's 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 name of the API.
|
void |
setStage(String stage)
The name of the API's stage.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateBasePathMappingResult |
withBasePath(String basePath)
The base path name that callers of the API must provide as part of the URL after the domain name.
|
CreateBasePathMappingResult |
withRestApiId(String restApiId)
The name of the API.
|
CreateBasePathMappingResult |
withStage(String stage)
The name of the API's 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 CreateBasePathMappingResult 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 name of the API.
restApiId
- The name of the API.public String getRestApiId()
The name of the API.
public CreateBasePathMappingResult withRestApiId(String restApiId)
The name of the API.
restApiId
- The name of the API.public void setStage(String stage)
The name of the API's stage.
stage
- The name of the API's stage.public String getStage()
The name of the API's stage.
public CreateBasePathMappingResult withStage(String stage)
The name of the API's stage.
stage
- The name of the API's stage.public String toString()
toString
in class Object
Object.toString()
public CreateBasePathMappingResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.