@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApiMappingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateApiMappingResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateApiMappingResult | 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. | 
| UpdateApiMappingResult | withApiId(String apiId)
 The API identifier. | 
| UpdateApiMappingResult | withApiMappingId(String apiMappingId)
 The API mapping identifier. | 
| UpdateApiMappingResult | withApiMappingKey(String apiMappingKey)
 The API mapping key. | 
| UpdateApiMappingResult | 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 UpdateApiMappingResult 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 UpdateApiMappingResult 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 UpdateApiMappingResult 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 UpdateApiMappingResult withStage(String stage)
The API stage.
stage - The API stage.public String toString()
toString in class ObjectObject.toString()public UpdateApiMappingResult clone()