@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public GetConsoleOutputRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.