@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreImageFromRecycleBinRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<RestoreImageFromRecycleBinRequest>
NOOP
Constructor and Description |
---|
RestoreImageFromRecycleBinRequest() |
Modifier and Type | Method and Description |
---|---|
RestoreImageFromRecycleBinRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<RestoreImageFromRecycleBinRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getImageId()
The ID of the AMI to restore.
|
int |
hashCode() |
void |
setImageId(String imageId)
The ID of the AMI to restore.
|
String |
toString()
Returns a string representation of this object.
|
RestoreImageFromRecycleBinRequest |
withImageId(String imageId)
The ID of the AMI to restore.
|
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 setImageId(String imageId)
The ID of the AMI to restore.
imageId
- The ID of the AMI to restore.public String getImageId()
The ID of the AMI to restore.
public RestoreImageFromRecycleBinRequest withImageId(String imageId)
The ID of the AMI to restore.
imageId
- The ID of the AMI to restore.public Request<RestoreImageFromRecycleBinRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<RestoreImageFromRecycleBinRequest>
public String toString()
toString
in class Object
Object.toString()
public RestoreImageFromRecycleBinRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()