@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() |
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetInstanceUefiDataRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.