@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 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; 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 string identifier of the associated RestApi.
|
CreateBasePathMappingResult |
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 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 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 CreateBasePathMappingResult 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 CreateBasePathMappingResult 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 CreateBasePathMappingResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.