@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConsoleOutputRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<GetConsoleOutputRequest>
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.
|
Boolean |
getLatest()
When enabled, retrieves the latest console output for the instance.
|
int |
hashCode() |
Boolean |
isLatest()
When enabled, retrieves the latest console output for the instance.
|
void |
setInstanceId(String instanceId)
The ID of the instance.
|
void |
setLatest(Boolean latest)
When enabled, retrieves the latest console output for the instance.
|
String |
toString()
Returns a string representation of this object.
|
GetConsoleOutputRequest |
withInstanceId(String instanceId)
The ID of the instance.
|
GetConsoleOutputRequest |
withLatest(Boolean latest)
When enabled, retrieves the latest console output for 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 void setLatest(Boolean latest)
When enabled, retrieves the latest console output for the instance.
Default: disabled (false
)
latest
- When enabled, retrieves the latest console output for the instance.
Default: disabled (false
)
public Boolean getLatest()
When enabled, retrieves the latest console output for the instance.
Default: disabled (false
)
Default: disabled (false
)
public GetConsoleOutputRequest withLatest(Boolean latest)
When enabled, retrieves the latest console output for the instance.
Default: disabled (false
)
latest
- When enabled, retrieves the latest console output for the instance.
Default: disabled (false
)
public Boolean isLatest()
When enabled, retrieves the latest console output for the instance.
Default: disabled (false
)
Default: disabled (false
)
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()