Class CreateBasePathMappingResult
java.lang.Object
com.amazonaws.services.apigateway.model.CreateBasePathMappingResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the base path that callers of the API that must provide as part of the URL after the domain name.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The base path name that callers of the API must provide as part of the URL after the domain name.The name of the API.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
The name of the API's stage.toString()
Returns a string representation of this object; useful for testing and debugging.withBasePath
(String basePath) The base path name that callers of the API must provide as part of the URL after the domain name.withRestApiId
(String restApiId) The name of the API.The name of the API's stage.
-
Constructor Details
-
CreateBasePathMappingResult
public CreateBasePathMappingResult()
-
-
Method Details
-
setBasePath
The base path name that callers of the API must provide as part of the URL after the domain name.
- Parameters:
basePath
- The base path name that callers of the API must provide as part of the URL after the domain name.
-
getBasePath
The base path name that callers of the API must provide as part of the URL after the domain name.
- Returns:
- The base path name that callers of the API must provide as part of the URL after the domain name.
-
withBasePath
The base path name that callers of the API must provide as part of the URL after the domain name.
- Parameters:
basePath
- The base path name that callers of the API must provide as part of the URL after the domain name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRestApiId
The name of the API.
- Parameters:
restApiId
- The name of the API.
-
getRestApiId
The name of the API.
- Returns:
- The name of the API.
-
withRestApiId
The name of the API.
- Parameters:
restApiId
- The name of the API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStage
The name of the API's stage.
- Parameters:
stage
- The name of the API's stage.
-
getStage
The name of the API's stage.
- Returns:
- The name of the API's stage.
-
withStage
The name of the API's stage.
- Parameters:
stage
- The name of the API's stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-