@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartDeploymentRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartDeploymentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getServiceArn()
The Amazon Resource Name (ARN) of the App Runner service that you want to manually deploy to.
|
int |
hashCode() |
void |
setServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want to manually deploy to.
|
String |
toString()
Returns a string representation of this object.
|
StartDeploymentRequest |
withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want to manually deploy to.
|
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 setServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want to manually deploy to.
serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want to manually deploy to.public String getServiceArn()
The Amazon Resource Name (ARN) of the App Runner service that you want to manually deploy to.
public StartDeploymentRequest withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want to manually deploy to.
serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want to manually deploy to.public String toString()
toString in class ObjectObject.toString()public StartDeploymentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()