@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApiMappingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Updates an ApiMapping.
NOOP| Constructor and Description | 
|---|
| UpdateApiMappingRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateApiMappingRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getApiId()
 The API identifier. | 
| String | getApiMappingId()
 The API mapping identifier. | 
| String | getApiMappingKey()
 The API mapping key. | 
| String | getDomainName()
 The domain name. | 
| 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 | setDomainName(String domainName)
 The domain name. | 
| void | setStage(String stage)
 The API stage. | 
| String | toString()Returns a string representation of this object. | 
| UpdateApiMappingRequest | withApiId(String apiId)
 The API identifier. | 
| UpdateApiMappingRequest | withApiMappingId(String apiMappingId)
 The API mapping identifier. | 
| UpdateApiMappingRequest | withApiMappingKey(String apiMappingKey)
 The API mapping key. | 
| UpdateApiMappingRequest | withDomainName(String domainName)
 The domain name. | 
| UpdateApiMappingRequest | withStage(String stage)
 The API stage. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setApiId(String apiId)
The API identifier.
apiId - The API identifier.public String getApiId()
The API identifier.
public UpdateApiMappingRequest 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 UpdateApiMappingRequest 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 UpdateApiMappingRequest withApiMappingKey(String apiMappingKey)
The API mapping key.
apiMappingKey - The API mapping key.public void setDomainName(String domainName)
The domain name.
domainName - The domain name.public String getDomainName()
The domain name.
public UpdateApiMappingRequest withDomainName(String domainName)
The domain name.
domainName - The domain name.public void setStage(String stage)
The API stage.
stage - The API stage.public String getStage()
The API stage.
public UpdateApiMappingRequest withStage(String stage)
The API stage.
stage - The API stage.public String toString()
toString in class ObjectObject.toString()public UpdateApiMappingRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()