@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApiMappingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetApiMappingResult() |
Modifier and Type | Method and Description |
---|---|
GetApiMappingResult |
clone() |
boolean |
equals(Object obj) |
String |
getApiId()
The API identifier.
|
String |
getApiMappingId()
The API mapping identifier.
|
String |
getApiMappingKey()
The API mapping key.
|
String |
getStage()
The API stage.
|
int |
hashCode() |
void |
setApiId(String apiId)
The API identifier.
|
void |
setApiMappingId(String apiMappingId)
The API mapping identifier.
|
void |
setApiMappingKey(String apiMappingKey)
The API mapping key.
|
void |
setStage(String stage)
The API stage.
|
String |
toString()
Returns a string representation of this object.
|
GetApiMappingResult |
withApiId(String apiId)
The API identifier.
|
GetApiMappingResult |
withApiMappingId(String apiMappingId)
The API mapping identifier.
|
GetApiMappingResult |
withApiMappingKey(String apiMappingKey)
The API mapping key.
|
GetApiMappingResult |
withStage(String stage)
The API stage.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApiId(String apiId)
The API identifier.
apiId
- The API identifier.public String getApiId()
The API identifier.
public GetApiMappingResult withApiId(String apiId)
The API identifier.
apiId
- The API identifier.public void setApiMappingId(String apiMappingId)
The API mapping identifier.
apiMappingId
- The API mapping identifier.public String getApiMappingId()
The API mapping identifier.
public GetApiMappingResult withApiMappingId(String apiMappingId)
The API mapping identifier.
apiMappingId
- The API mapping identifier.public void setApiMappingKey(String apiMappingKey)
The API mapping key.
apiMappingKey
- The API mapping key.public String getApiMappingKey()
The API mapping key.
public GetApiMappingResult withApiMappingKey(String apiMappingKey)
The API mapping key.
apiMappingKey
- The API mapping key.public void setStage(String stage)
The API stage.
stage
- The API stage.public String getStage()
The API stage.
public GetApiMappingResult withStage(String stage)
The API stage.
stage
- The API stage.public String toString()
toString
in class Object
Object.toString()
public GetApiMappingResult clone()