@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateStageRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateStageRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
ARN of the stage to be updated.
|
String |
getName()
Name of the stage to be updated.
|
int |
hashCode() |
void |
setArn(String arn)
ARN of the stage to be updated.
|
void |
setName(String name)
Name of the stage to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateStageRequest |
withArn(String arn)
ARN of the stage to be updated.
|
UpdateStageRequest |
withName(String name)
Name of the stage to be updated.
|
addHandlerContext, copyBaseTo, 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 setArn(String arn)
ARN of the stage to be updated.
arn - ARN of the stage to be updated.public String getArn()
ARN of the stage to be updated.
public UpdateStageRequest withArn(String arn)
ARN of the stage to be updated.
arn - ARN of the stage to be updated.public void setName(String name)
Name of the stage to be updated.
name - Name of the stage to be updated.public String getName()
Name of the stage to be updated.
public UpdateStageRequest withName(String name)
Name of the stage to be updated.
name - Name of the stage to be updated.public String toString()
toString in class ObjectObject.toString()public UpdateStageRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.