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