@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Updates a Deployment.
NOOP
Constructor and Description |
---|
UpdateDeploymentRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentRequest |
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 |
getDeploymentId()
The deployment ID.
|
String |
getDescription()
The description for the deployment resource.
|
int |
hashCode() |
void |
setApiId(String apiId)
The API identifier.
|
void |
setDeploymentId(String deploymentId)
The deployment ID.
|
void |
setDescription(String description)
The description for the deployment resource.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDeploymentRequest |
withApiId(String apiId)
The API identifier.
|
UpdateDeploymentRequest |
withDeploymentId(String deploymentId)
The deployment ID.
|
UpdateDeploymentRequest |
withDescription(String description)
The description for the deployment resource.
|
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, withSdkRequestTimeout
public void setApiId(String apiId)
The API identifier.
apiId
- The API identifier.public String getApiId()
The API identifier.
public UpdateDeploymentRequest withApiId(String apiId)
The API identifier.
apiId
- The API identifier.public void setDeploymentId(String deploymentId)
The deployment ID.
deploymentId
- The deployment ID.public String getDeploymentId()
The deployment ID.
public UpdateDeploymentRequest withDeploymentId(String deploymentId)
The deployment ID.
deploymentId
- The deployment ID.public void setDescription(String description)
The description for the deployment resource.
description
- The description for the deployment resource.public String getDescription()
The description for the deployment resource.
public UpdateDeploymentRequest withDescription(String description)
The description for the deployment resource.
description
- The description for the deployment resource.public String toString()
toString
in class Object
Object.toString()
public UpdateDeploymentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()