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