@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCommandInvocationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCommandInvocationResult() |
Modifier and Type | Method and Description |
---|---|
GetCommandInvocationResult |
clone() |
boolean |
equals(Object obj) |
String |
getCommandId()
The parent command ID of the invocation plugin.
|
String |
getComment()
The comment text for the command.
|
String |
getDocumentName()
The name of the document that was executed.
|
String |
getExecutionElapsedTime()
Duration since ExecutionStartDateTime.
|
String |
getExecutionEndDateTime()
The date and time the plugin was finished executing.
|
String |
getExecutionStartDateTime()
The date and time the plugin started executing.
|
String |
getInstanceId()
The ID of the managed instance targeted by the command.
|
String |
getPluginName()
The name of the plugin for which you want detailed results.
|
Integer |
getResponseCode()
The error level response code for the plugin script.
|
String |
getStandardErrorContent()
The first 8,000 characters written by the plugin to stderr.
|
String |
getStandardErrorUrl()
The URL for the complete text written by the plugin to stderr.
|
String |
getStandardOutputContent()
The first 24,000 characters written by the plugin to stdout.
|
String |
getStandardOutputUrl()
The URL for the complete text written by the plugin to stdout in Amazon S3.
|
String |
getStatus()
The status of the parent command for this invocation.
|
String |
getStatusDetails()
A detailed status of the command execution for an invocation.
|
int |
hashCode() |
void |
setCommandId(String commandId)
The parent command ID of the invocation plugin.
|
void |
setComment(String comment)
The comment text for the command.
|
void |
setDocumentName(String documentName)
The name of the document that was executed.
|
void |
setExecutionElapsedTime(String executionElapsedTime)
Duration since ExecutionStartDateTime.
|
void |
setExecutionEndDateTime(String executionEndDateTime)
The date and time the plugin was finished executing.
|
void |
setExecutionStartDateTime(String executionStartDateTime)
The date and time the plugin started executing.
|
void |
setInstanceId(String instanceId)
The ID of the managed instance targeted by the command.
|
void |
setPluginName(String pluginName)
The name of the plugin for which you want detailed results.
|
void |
setResponseCode(Integer responseCode)
The error level response code for the plugin script.
|
void |
setStandardErrorContent(String standardErrorContent)
The first 8,000 characters written by the plugin to stderr.
|
void |
setStandardErrorUrl(String standardErrorUrl)
The URL for the complete text written by the plugin to stderr.
|
void |
setStandardOutputContent(String standardOutputContent)
The first 24,000 characters written by the plugin to stdout.
|
void |
setStandardOutputUrl(String standardOutputUrl)
The URL for the complete text written by the plugin to stdout in Amazon S3.
|
void |
setStatus(CommandInvocationStatus status)
The status of the parent command for this invocation.
|
void |
setStatus(String status)
The status of the parent command for this invocation.
|
void |
setStatusDetails(String statusDetails)
A detailed status of the command execution for an invocation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetCommandInvocationResult |
withCommandId(String commandId)
The parent command ID of the invocation plugin.
|
GetCommandInvocationResult |
withComment(String comment)
The comment text for the command.
|
GetCommandInvocationResult |
withDocumentName(String documentName)
The name of the document that was executed.
|
GetCommandInvocationResult |
withExecutionElapsedTime(String executionElapsedTime)
Duration since ExecutionStartDateTime.
|
GetCommandInvocationResult |
withExecutionEndDateTime(String executionEndDateTime)
The date and time the plugin was finished executing.
|
GetCommandInvocationResult |
withExecutionStartDateTime(String executionStartDateTime)
The date and time the plugin started executing.
|
GetCommandInvocationResult |
withInstanceId(String instanceId)
The ID of the managed instance targeted by the command.
|
GetCommandInvocationResult |
withPluginName(String pluginName)
The name of the plugin for which you want detailed results.
|
GetCommandInvocationResult |
withResponseCode(Integer responseCode)
The error level response code for the plugin script.
|
GetCommandInvocationResult |
withStandardErrorContent(String standardErrorContent)
The first 8,000 characters written by the plugin to stderr.
|
GetCommandInvocationResult |
withStandardErrorUrl(String standardErrorUrl)
The URL for the complete text written by the plugin to stderr.
|
GetCommandInvocationResult |
withStandardOutputContent(String standardOutputContent)
The first 24,000 characters written by the plugin to stdout.
|
GetCommandInvocationResult |
withStandardOutputUrl(String standardOutputUrl)
The URL for the complete text written by the plugin to stdout in Amazon S3.
|
GetCommandInvocationResult |
withStatus(CommandInvocationStatus status)
The status of the parent command for this invocation.
|
GetCommandInvocationResult |
withStatus(String status)
The status of the parent command for this invocation.
|
GetCommandInvocationResult |
withStatusDetails(String statusDetails)
A detailed status of the command execution for an invocation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCommandId(String commandId)
The parent command ID of the invocation plugin.
commandId
- The parent command ID of the invocation plugin.public String getCommandId()
The parent command ID of the invocation plugin.
public GetCommandInvocationResult withCommandId(String commandId)
The parent command ID of the invocation plugin.
commandId
- The parent command ID of the invocation plugin.public void setInstanceId(String instanceId)
The ID of the managed instance targeted by the command. A managed instance can be an Amazon EC2 instance or an instance in your hybrid environment that is configured for Systems Manager.
instanceId
- The ID of the managed instance targeted by the command. A managed instance can be an Amazon EC2 instance
or an instance in your hybrid environment that is configured for Systems Manager.public String getInstanceId()
The ID of the managed instance targeted by the command. A managed instance can be an Amazon EC2 instance or an instance in your hybrid environment that is configured for Systems Manager.
public GetCommandInvocationResult withInstanceId(String instanceId)
The ID of the managed instance targeted by the command. A managed instance can be an Amazon EC2 instance or an instance in your hybrid environment that is configured for Systems Manager.
instanceId
- The ID of the managed instance targeted by the command. A managed instance can be an Amazon EC2 instance
or an instance in your hybrid environment that is configured for Systems Manager.public void setComment(String comment)
The comment text for the command.
comment
- The comment text for the command.public String getComment()
The comment text for the command.
public GetCommandInvocationResult withComment(String comment)
The comment text for the command.
comment
- The comment text for the command.public void setDocumentName(String documentName)
The name of the document that was executed. For example, AWS-RunShellScript.
documentName
- The name of the document that was executed. For example, AWS-RunShellScript.public String getDocumentName()
The name of the document that was executed. For example, AWS-RunShellScript.
public GetCommandInvocationResult withDocumentName(String documentName)
The name of the document that was executed. For example, AWS-RunShellScript.
documentName
- The name of the document that was executed. For example, AWS-RunShellScript.public void setPluginName(String pluginName)
The name of the plugin for which you want detailed results. For example, aws:RunShellScript is a plugin.
pluginName
- The name of the plugin for which you want detailed results. For example, aws:RunShellScript is a plugin.public String getPluginName()
The name of the plugin for which you want detailed results. For example, aws:RunShellScript is a plugin.
public GetCommandInvocationResult withPluginName(String pluginName)
The name of the plugin for which you want detailed results. For example, aws:RunShellScript is a plugin.
pluginName
- The name of the plugin for which you want detailed results. For example, aws:RunShellScript is a plugin.public void setResponseCode(Integer responseCode)
The error level response code for the plugin script. If the response code is -1, then the command has not started executing on the instance, or it was not received by the instance.
responseCode
- The error level response code for the plugin script. If the response code is -1, then the command has not
started executing on the instance, or it was not received by the instance.public Integer getResponseCode()
The error level response code for the plugin script. If the response code is -1, then the command has not started executing on the instance, or it was not received by the instance.
public GetCommandInvocationResult withResponseCode(Integer responseCode)
The error level response code for the plugin script. If the response code is -1, then the command has not started executing on the instance, or it was not received by the instance.
responseCode
- The error level response code for the plugin script. If the response code is -1, then the command has not
started executing on the instance, or it was not received by the instance.public void setExecutionStartDateTime(String executionStartDateTime)
The date and time the plugin started executing. Date and time are written in ISO 8601 format. For example, June
7, 2017 is represented as 2017-06-7. The following sample AWS CLI command uses the InvokedBefore
filter.
aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z
If the plugin has not started to execute, the string is empty.
executionStartDateTime
- The date and time the plugin started executing. Date and time are written in ISO 8601 format. For example,
June 7, 2017 is represented as 2017-06-7. The following sample AWS CLI command uses the
InvokedBefore
filter.
aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z
If the plugin has not started to execute, the string is empty.
public String getExecutionStartDateTime()
The date and time the plugin started executing. Date and time are written in ISO 8601 format. For example, June
7, 2017 is represented as 2017-06-7. The following sample AWS CLI command uses the InvokedBefore
filter.
aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z
If the plugin has not started to execute, the string is empty.
InvokedBefore
filter.
aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z
If the plugin has not started to execute, the string is empty.
public GetCommandInvocationResult withExecutionStartDateTime(String executionStartDateTime)
The date and time the plugin started executing. Date and time are written in ISO 8601 format. For example, June
7, 2017 is represented as 2017-06-7. The following sample AWS CLI command uses the InvokedBefore
filter.
aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z
If the plugin has not started to execute, the string is empty.
executionStartDateTime
- The date and time the plugin started executing. Date and time are written in ISO 8601 format. For example,
June 7, 2017 is represented as 2017-06-7. The following sample AWS CLI command uses the
InvokedBefore
filter.
aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z
If the plugin has not started to execute, the string is empty.
public void setExecutionElapsedTime(String executionElapsedTime)
Duration since ExecutionStartDateTime.
executionElapsedTime
- Duration since ExecutionStartDateTime.public String getExecutionElapsedTime()
Duration since ExecutionStartDateTime.
public GetCommandInvocationResult withExecutionElapsedTime(String executionElapsedTime)
Duration since ExecutionStartDateTime.
executionElapsedTime
- Duration since ExecutionStartDateTime.public void setExecutionEndDateTime(String executionEndDateTime)
The date and time the plugin was finished executing. Date and time are written in ISO 8601 format. For example,
June 7, 2017 is represented as 2017-06-7. The following sample AWS CLI command uses the InvokedAfter
filter.
aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z
If the plugin has not started to execute, the string is empty.
executionEndDateTime
- The date and time the plugin was finished executing. Date and time are written in ISO 8601 format. For
example, June 7, 2017 is represented as 2017-06-7. The following sample AWS CLI command uses the
InvokedAfter
filter.
aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z
If the plugin has not started to execute, the string is empty.
public String getExecutionEndDateTime()
The date and time the plugin was finished executing. Date and time are written in ISO 8601 format. For example,
June 7, 2017 is represented as 2017-06-7. The following sample AWS CLI command uses the InvokedAfter
filter.
aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z
If the plugin has not started to execute, the string is empty.
InvokedAfter
filter.
aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z
If the plugin has not started to execute, the string is empty.
public GetCommandInvocationResult withExecutionEndDateTime(String executionEndDateTime)
The date and time the plugin was finished executing. Date and time are written in ISO 8601 format. For example,
June 7, 2017 is represented as 2017-06-7. The following sample AWS CLI command uses the InvokedAfter
filter.
aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z
If the plugin has not started to execute, the string is empty.
executionEndDateTime
- The date and time the plugin was finished executing. Date and time are written in ISO 8601 format. For
example, June 7, 2017 is represented as 2017-06-7. The following sample AWS CLI command uses the
InvokedAfter
filter.
aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z
If the plugin has not started to execute, the string is empty.
public void setStatus(String status)
The status of the parent command for this invocation. This status can be different than StatusDetails.
status
- The status of the parent command for this invocation. This status can be different than StatusDetails.CommandInvocationStatus
public String getStatus()
The status of the parent command for this invocation. This status can be different than StatusDetails.
CommandInvocationStatus
public GetCommandInvocationResult withStatus(String status)
The status of the parent command for this invocation. This status can be different than StatusDetails.
status
- The status of the parent command for this invocation. This status can be different than StatusDetails.CommandInvocationStatus
public void setStatus(CommandInvocationStatus status)
The status of the parent command for this invocation. This status can be different than StatusDetails.
status
- The status of the parent command for this invocation. This status can be different than StatusDetails.CommandInvocationStatus
public GetCommandInvocationResult withStatus(CommandInvocationStatus status)
The status of the parent command for this invocation. This status can be different than StatusDetails.
status
- The status of the parent command for this invocation. This status can be different than StatusDetails.CommandInvocationStatus
public void setStatusDetails(String statusDetails)
A detailed status of the command execution for an invocation. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Run Command Status. StatusDetails can be one of the following values:
Pending: The command has not been sent to the instance.
In Progress: The command has been sent to the instance but has not reached a terminal state.
Delayed: The system attempted to send the command to the target, but the target was not available. The instance might not be available because of network issues, the instance was stopped, etc. The system will try to deliver the command again.
Success: The command or plugin was executed successfully. This is a terminal state.
Delivery Timed Out: The command was not delivered to the instance before the delivery timeout expired. Delivery timeouts do not count against the parent command's MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Execution Timed Out: The command started to execute on the instance, but the execution was not complete before the timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state.
Failed: The command wasn't executed successfully on the instance. For a plugin, this indicates that the result code was not zero. For a command invocation, this indicates that the result code for one or more plugins was not zero. Invocation failures count against the MaxErrors limit of the parent command. This is a terminal state.
Canceled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the instance. The instance might not exist or might not be responding. Undeliverable invocations don't count against the parent command's MaxErrors limit and don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Terminated: The parent command exceeded its MaxErrors limit and subsequent command invocations were canceled by the system. This is a terminal state.
statusDetails
- A detailed status of the command execution for an invocation. StatusDetails includes more information than
Status because it includes states resulting from error and concurrency control parameters. StatusDetails
can show different results than Status. For more information about these statuses, see Run Command
Status. StatusDetails can be one of the following values:
Pending: The command has not been sent to the instance.
In Progress: The command has been sent to the instance but has not reached a terminal state.
Delayed: The system attempted to send the command to the target, but the target was not available. The instance might not be available because of network issues, the instance was stopped, etc. The system will try to deliver the command again.
Success: The command or plugin was executed successfully. This is a terminal state.
Delivery Timed Out: The command was not delivered to the instance before the delivery timeout expired. Delivery timeouts do not count against the parent command's MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Execution Timed Out: The command started to execute on the instance, but the execution was not complete before the timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state.
Failed: The command wasn't executed successfully on the instance. For a plugin, this indicates that the result code was not zero. For a command invocation, this indicates that the result code for one or more plugins was not zero. Invocation failures count against the MaxErrors limit of the parent command. This is a terminal state.
Canceled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the instance. The instance might not exist or might not be responding. Undeliverable invocations don't count against the parent command's MaxErrors limit and don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Terminated: The parent command exceeded its MaxErrors limit and subsequent command invocations were canceled by the system. This is a terminal state.
public String getStatusDetails()
A detailed status of the command execution for an invocation. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Run Command Status. StatusDetails can be one of the following values:
Pending: The command has not been sent to the instance.
In Progress: The command has been sent to the instance but has not reached a terminal state.
Delayed: The system attempted to send the command to the target, but the target was not available. The instance might not be available because of network issues, the instance was stopped, etc. The system will try to deliver the command again.
Success: The command or plugin was executed successfully. This is a terminal state.
Delivery Timed Out: The command was not delivered to the instance before the delivery timeout expired. Delivery timeouts do not count against the parent command's MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Execution Timed Out: The command started to execute on the instance, but the execution was not complete before the timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state.
Failed: The command wasn't executed successfully on the instance. For a plugin, this indicates that the result code was not zero. For a command invocation, this indicates that the result code for one or more plugins was not zero. Invocation failures count against the MaxErrors limit of the parent command. This is a terminal state.
Canceled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the instance. The instance might not exist or might not be responding. Undeliverable invocations don't count against the parent command's MaxErrors limit and don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Terminated: The parent command exceeded its MaxErrors limit and subsequent command invocations were canceled by the system. This is a terminal state.
Pending: The command has not been sent to the instance.
In Progress: The command has been sent to the instance but has not reached a terminal state.
Delayed: The system attempted to send the command to the target, but the target was not available. The instance might not be available because of network issues, the instance was stopped, etc. The system will try to deliver the command again.
Success: The command or plugin was executed successfully. This is a terminal state.
Delivery Timed Out: The command was not delivered to the instance before the delivery timeout expired. Delivery timeouts do not count against the parent command's MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Execution Timed Out: The command started to execute on the instance, but the execution was not complete before the timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state.
Failed: The command wasn't executed successfully on the instance. For a plugin, this indicates that the result code was not zero. For a command invocation, this indicates that the result code for one or more plugins was not zero. Invocation failures count against the MaxErrors limit of the parent command. This is a terminal state.
Canceled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the instance. The instance might not exist or might not be responding. Undeliverable invocations don't count against the parent command's MaxErrors limit and don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Terminated: The parent command exceeded its MaxErrors limit and subsequent command invocations were canceled by the system. This is a terminal state.
public GetCommandInvocationResult withStatusDetails(String statusDetails)
A detailed status of the command execution for an invocation. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Run Command Status. StatusDetails can be one of the following values:
Pending: The command has not been sent to the instance.
In Progress: The command has been sent to the instance but has not reached a terminal state.
Delayed: The system attempted to send the command to the target, but the target was not available. The instance might not be available because of network issues, the instance was stopped, etc. The system will try to deliver the command again.
Success: The command or plugin was executed successfully. This is a terminal state.
Delivery Timed Out: The command was not delivered to the instance before the delivery timeout expired. Delivery timeouts do not count against the parent command's MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Execution Timed Out: The command started to execute on the instance, but the execution was not complete before the timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state.
Failed: The command wasn't executed successfully on the instance. For a plugin, this indicates that the result code was not zero. For a command invocation, this indicates that the result code for one or more plugins was not zero. Invocation failures count against the MaxErrors limit of the parent command. This is a terminal state.
Canceled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the instance. The instance might not exist or might not be responding. Undeliverable invocations don't count against the parent command's MaxErrors limit and don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Terminated: The parent command exceeded its MaxErrors limit and subsequent command invocations were canceled by the system. This is a terminal state.
statusDetails
- A detailed status of the command execution for an invocation. StatusDetails includes more information than
Status because it includes states resulting from error and concurrency control parameters. StatusDetails
can show different results than Status. For more information about these statuses, see Run Command
Status. StatusDetails can be one of the following values:
Pending: The command has not been sent to the instance.
In Progress: The command has been sent to the instance but has not reached a terminal state.
Delayed: The system attempted to send the command to the target, but the target was not available. The instance might not be available because of network issues, the instance was stopped, etc. The system will try to deliver the command again.
Success: The command or plugin was executed successfully. This is a terminal state.
Delivery Timed Out: The command was not delivered to the instance before the delivery timeout expired. Delivery timeouts do not count against the parent command's MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Execution Timed Out: The command started to execute on the instance, but the execution was not complete before the timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state.
Failed: The command wasn't executed successfully on the instance. For a plugin, this indicates that the result code was not zero. For a command invocation, this indicates that the result code for one or more plugins was not zero. Invocation failures count against the MaxErrors limit of the parent command. This is a terminal state.
Canceled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the instance. The instance might not exist or might not be responding. Undeliverable invocations don't count against the parent command's MaxErrors limit and don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Terminated: The parent command exceeded its MaxErrors limit and subsequent command invocations were canceled by the system. This is a terminal state.
public void setStandardOutputContent(String standardOutputContent)
The first 24,000 characters written by the plugin to stdout. If the command has not finished executing, if ExecutionStatus is neither Succeeded nor Failed, then this string is empty.
standardOutputContent
- The first 24,000 characters written by the plugin to stdout. If the command has not finished executing, if
ExecutionStatus is neither Succeeded nor Failed, then this string is empty.public String getStandardOutputContent()
The first 24,000 characters written by the plugin to stdout. If the command has not finished executing, if ExecutionStatus is neither Succeeded nor Failed, then this string is empty.
public GetCommandInvocationResult withStandardOutputContent(String standardOutputContent)
The first 24,000 characters written by the plugin to stdout. If the command has not finished executing, if ExecutionStatus is neither Succeeded nor Failed, then this string is empty.
standardOutputContent
- The first 24,000 characters written by the plugin to stdout. If the command has not finished executing, if
ExecutionStatus is neither Succeeded nor Failed, then this string is empty.public void setStandardOutputUrl(String standardOutputUrl)
The URL for the complete text written by the plugin to stdout in Amazon S3. If an Amazon S3 bucket was not specified, then this string is empty.
standardOutputUrl
- The URL for the complete text written by the plugin to stdout in Amazon S3. If an Amazon S3 bucket was not
specified, then this string is empty.public String getStandardOutputUrl()
The URL for the complete text written by the plugin to stdout in Amazon S3. If an Amazon S3 bucket was not specified, then this string is empty.
public GetCommandInvocationResult withStandardOutputUrl(String standardOutputUrl)
The URL for the complete text written by the plugin to stdout in Amazon S3. If an Amazon S3 bucket was not specified, then this string is empty.
standardOutputUrl
- The URL for the complete text written by the plugin to stdout in Amazon S3. If an Amazon S3 bucket was not
specified, then this string is empty.public void setStandardErrorContent(String standardErrorContent)
The first 8,000 characters written by the plugin to stderr. If the command has not finished executing, then this string is empty.
standardErrorContent
- The first 8,000 characters written by the plugin to stderr. If the command has not finished executing,
then this string is empty.public String getStandardErrorContent()
The first 8,000 characters written by the plugin to stderr. If the command has not finished executing, then this string is empty.
public GetCommandInvocationResult withStandardErrorContent(String standardErrorContent)
The first 8,000 characters written by the plugin to stderr. If the command has not finished executing, then this string is empty.
standardErrorContent
- The first 8,000 characters written by the plugin to stderr. If the command has not finished executing,
then this string is empty.public void setStandardErrorUrl(String standardErrorUrl)
The URL for the complete text written by the plugin to stderr. If the command has not finished executing, then this string is empty.
standardErrorUrl
- The URL for the complete text written by the plugin to stderr. If the command has not finished executing,
then this string is empty.public String getStandardErrorUrl()
The URL for the complete text written by the plugin to stderr. If the command has not finished executing, then this string is empty.
public GetCommandInvocationResult withStandardErrorUrl(String standardErrorUrl)
The URL for the complete text written by the plugin to stderr. If the command has not finished executing, then this string is empty.
standardErrorUrl
- The URL for the complete text written by the plugin to stderr. If the command has not finished executing,
then this string is empty.public String toString()
toString
in class Object
Object.toString()
public GetCommandInvocationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.