@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConsoleOutputRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<GetConsoleOutputRequest>
Contains the parameters for GetConsoleOutput.
NOOP| Constructor and Description |
|---|
GetConsoleOutputRequest()
Default constructor for GetConsoleOutputRequest object.
|
GetConsoleOutputRequest(String instanceId)
Constructs a new GetConsoleOutputRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
GetConsoleOutputRequest |
clone() |
boolean |
equals(Object obj) |
Request<GetConsoleOutputRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getInstanceId()
The ID of the instance.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The ID of the instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetConsoleOutputRequest |
withInstanceId(String instanceId)
The ID of the instance.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic GetConsoleOutputRequest()
public GetConsoleOutputRequest(String instanceId)
instanceId - The ID of the instance.public void setInstanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.public String getInstanceId()
The ID of the instance.
public GetConsoleOutputRequest withInstanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.public Request<GetConsoleOutputRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<GetConsoleOutputRequest>public String toString()
toString in class ObjectObject.toString()public GetConsoleOutputRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.