@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInstanceUefiDataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<GetInstanceUefiDataRequest>
NOOP| Constructor and Description |
|---|
GetInstanceUefiDataRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetInstanceUefiDataRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<GetInstanceUefiDataRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getInstanceId()
The ID of the instance from which to retrieve the UEFI data.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The ID of the instance from which to retrieve the UEFI data.
|
String |
toString()
Returns a string representation of this object.
|
GetInstanceUefiDataRequest |
withInstanceId(String instanceId)
The ID of the instance from which to retrieve the UEFI data.
|
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 setInstanceId(String instanceId)
The ID of the instance from which to retrieve the UEFI data.
instanceId - The ID of the instance from which to retrieve the UEFI data.public String getInstanceId()
The ID of the instance from which to retrieve the UEFI data.
public GetInstanceUefiDataRequest withInstanceId(String instanceId)
The ID of the instance from which to retrieve the UEFI data.
instanceId - The ID of the instance from which to retrieve the UEFI data.public Request<GetInstanceUefiDataRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<GetInstanceUefiDataRequest>public String toString()
toString in class ObjectObject.toString()public GetInstanceUefiDataRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()