@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApiMappingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetApiMappingsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetApiMappingsResult |
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.
|
GetApiMappingsResult |
withApiId(String apiId)
The API identifier.
|
GetApiMappingsResult |
withApiMappingId(String apiMappingId)
The API mapping identifier.
|
GetApiMappingsResult |
withApiMappingKey(String apiMappingKey)
The API mapping key.
|
GetApiMappingsResult |
withStage(String stage)
The API stage.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setApiId(String apiId)
The API identifier.
apiId - The API identifier.public String getApiId()
The API identifier.
public GetApiMappingsResult 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 GetApiMappingsResult 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 GetApiMappingsResult 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 GetApiMappingsResult withStage(String stage)
The API stage.
stage - The API stage.public String toString()
toString in class ObjectObject.toString()public GetApiMappingsResult clone()
Copyright © 2019. All rights reserved.