@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CommandInvocation extends Object implements Serializable, Cloneable, StructuredPojo
An invocation is a copy of a command sent to a specific managed node. A command can apply to one or more managed
nodes. A command invocation applies to one managed node. For example, if a user runs SendCommand
against
three managed nodes, then a command invocation is created for each requested managed node ID. A command invocation
returns status and detail information about a command you ran.
Constructor and Description |
---|
CommandInvocation() |
Modifier and Type | Method and Description |
---|---|
CommandInvocation |
clone() |
boolean |
equals(Object obj) |
CloudWatchOutputConfig |
getCloudWatchOutputConfig()
Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.
|
String |
getCommandId()
The command against which this invocation was requested.
|
List<CommandPlugin> |
getCommandPlugins()
Plugins processed by the command.
|
String |
getComment()
User-specified information about the command, such as a brief description of what the command should do.
|
String |
getDocumentName()
The document name that was requested for execution.
|
String |
getDocumentVersion()
The Systems Manager document (SSM document) version.
|
String |
getInstanceId()
The managed node ID in which this invocation was requested.
|
String |
getInstanceName()
The fully qualified host name of the managed node.
|
NotificationConfig |
getNotificationConfig()
Configurations for sending notifications about command status changes on a per managed node basis.
|
Date |
getRequestedDateTime()
The time and date the request was sent to this managed node.
|
String |
getServiceRole()
The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services
Systems Manager, uses to act on your behalf when sending notifications about command status changes on a per
managed node basis.
|
String |
getStandardErrorUrl()
The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined
for the parent command.
|
String |
getStandardOutputUrl()
The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined
for the parent command.
|
String |
getStatus()
Whether or not the invocation succeeded, failed, or is pending.
|
String |
getStatusDetails()
A detailed status of the command execution for each invocation (each managed node targeted by the command).
|
String |
getTraceOutput()
Gets the trace output sent by the agent.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.
|
void |
setCommandId(String commandId)
The command against which this invocation was requested.
|
void |
setCommandPlugins(Collection<CommandPlugin> commandPlugins)
Plugins processed by the command.
|
void |
setComment(String comment)
User-specified information about the command, such as a brief description of what the command should do.
|
void |
setDocumentName(String documentName)
The document name that was requested for execution.
|
void |
setDocumentVersion(String documentVersion)
The Systems Manager document (SSM document) version.
|
void |
setInstanceId(String instanceId)
The managed node ID in which this invocation was requested.
|
void |
setInstanceName(String instanceName)
The fully qualified host name of the managed node.
|
void |
setNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications about command status changes on a per managed node basis.
|
void |
setRequestedDateTime(Date requestedDateTime)
The time and date the request was sent to this managed node.
|
void |
setServiceRole(String serviceRole)
The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services
Systems Manager, uses to act on your behalf when sending notifications about command status changes on a per
managed node basis.
|
void |
setStandardErrorUrl(String standardErrorUrl)
The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined
for the parent command.
|
void |
setStandardOutputUrl(String standardOutputUrl)
The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined
for the parent command.
|
void |
setStatus(CommandInvocationStatus status)
Whether or not the invocation succeeded, failed, or is pending.
|
void |
setStatus(String status)
Whether or not the invocation succeeded, failed, or is pending.
|
void |
setStatusDetails(String statusDetails)
A detailed status of the command execution for each invocation (each managed node targeted by the command).
|
void |
setTraceOutput(String traceOutput)
Gets the trace output sent by the agent.
|
String |
toString()
Returns a string representation of this object.
|
CommandInvocation |
withCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.
|
CommandInvocation |
withCommandId(String commandId)
The command against which this invocation was requested.
|
CommandInvocation |
withCommandPlugins(Collection<CommandPlugin> commandPlugins)
Plugins processed by the command.
|
CommandInvocation |
withCommandPlugins(CommandPlugin... commandPlugins)
Plugins processed by the command.
|
CommandInvocation |
withComment(String comment)
User-specified information about the command, such as a brief description of what the command should do.
|
CommandInvocation |
withDocumentName(String documentName)
The document name that was requested for execution.
|
CommandInvocation |
withDocumentVersion(String documentVersion)
The Systems Manager document (SSM document) version.
|
CommandInvocation |
withInstanceId(String instanceId)
The managed node ID in which this invocation was requested.
|
CommandInvocation |
withInstanceName(String instanceName)
The fully qualified host name of the managed node.
|
CommandInvocation |
withNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications about command status changes on a per managed node basis.
|
CommandInvocation |
withRequestedDateTime(Date requestedDateTime)
The time and date the request was sent to this managed node.
|
CommandInvocation |
withServiceRole(String serviceRole)
The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services
Systems Manager, uses to act on your behalf when sending notifications about command status changes on a per
managed node basis.
|
CommandInvocation |
withStandardErrorUrl(String standardErrorUrl)
The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined
for the parent command.
|
CommandInvocation |
withStandardOutputUrl(String standardOutputUrl)
The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined
for the parent command.
|
CommandInvocation |
withStatus(CommandInvocationStatus status)
Whether or not the invocation succeeded, failed, or is pending.
|
CommandInvocation |
withStatus(String status)
Whether or not the invocation succeeded, failed, or is pending.
|
CommandInvocation |
withStatusDetails(String statusDetails)
A detailed status of the command execution for each invocation (each managed node targeted by the command).
|
CommandInvocation |
withTraceOutput(String traceOutput)
Gets the trace output sent by the agent.
|
public void setCommandId(String commandId)
The command against which this invocation was requested.
commandId
- The command against which this invocation was requested.public String getCommandId()
The command against which this invocation was requested.
public CommandInvocation withCommandId(String commandId)
The command against which this invocation was requested.
commandId
- The command against which this invocation was requested.public void setInstanceId(String instanceId)
The managed node ID in which this invocation was requested.
instanceId
- The managed node ID in which this invocation was requested.public String getInstanceId()
The managed node ID in which this invocation was requested.
public CommandInvocation withInstanceId(String instanceId)
The managed node ID in which this invocation was requested.
instanceId
- The managed node ID in which this invocation was requested.public void setInstanceName(String instanceName)
The fully qualified host name of the managed node.
instanceName
- The fully qualified host name of the managed node.public String getInstanceName()
The fully qualified host name of the managed node.
public CommandInvocation withInstanceName(String instanceName)
The fully qualified host name of the managed node.
instanceName
- The fully qualified host name of the managed node.public void setComment(String comment)
User-specified information about the command, such as a brief description of what the command should do.
comment
- User-specified information about the command, such as a brief description of what the command should do.public String getComment()
User-specified information about the command, such as a brief description of what the command should do.
public CommandInvocation withComment(String comment)
User-specified information about the command, such as a brief description of what the command should do.
comment
- User-specified information about the command, such as a brief description of what the command should do.public void setDocumentName(String documentName)
The document name that was requested for execution.
documentName
- The document name that was requested for execution.public String getDocumentName()
The document name that was requested for execution.
public CommandInvocation withDocumentName(String documentName)
The document name that was requested for execution.
documentName
- The document name that was requested for execution.public void setDocumentVersion(String documentVersion)
The Systems Manager document (SSM document) version.
documentVersion
- The Systems Manager document (SSM document) version.public String getDocumentVersion()
The Systems Manager document (SSM document) version.
public CommandInvocation withDocumentVersion(String documentVersion)
The Systems Manager document (SSM document) version.
documentVersion
- The Systems Manager document (SSM document) version.public void setRequestedDateTime(Date requestedDateTime)
The time and date the request was sent to this managed node.
requestedDateTime
- The time and date the request was sent to this managed node.public Date getRequestedDateTime()
The time and date the request was sent to this managed node.
public CommandInvocation withRequestedDateTime(Date requestedDateTime)
The time and date the request was sent to this managed node.
requestedDateTime
- The time and date the request was sent to this managed node.public void setStatus(String status)
Whether or not the invocation succeeded, failed, or is pending.
status
- Whether or not the invocation succeeded, failed, or is pending.CommandInvocationStatus
public String getStatus()
Whether or not the invocation succeeded, failed, or is pending.
CommandInvocationStatus
public CommandInvocation withStatus(String status)
Whether or not the invocation succeeded, failed, or is pending.
status
- Whether or not the invocation succeeded, failed, or is pending.CommandInvocationStatus
public void setStatus(CommandInvocationStatus status)
Whether or not the invocation succeeded, failed, or is pending.
status
- Whether or not the invocation succeeded, failed, or is pending.CommandInvocationStatus
public CommandInvocation withStatus(CommandInvocationStatus status)
Whether or not the invocation succeeded, failed, or is pending.
status
- Whether or not the invocation succeeded, failed, or is pending.CommandInvocationStatus
public void setStatusDetails(String statusDetails)
A detailed status of the command execution for each invocation (each managed node targeted by the command). 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 Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:
Pending: The command hasn't been sent to the managed node.
In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
Success: The execution of the command or plugin was successfully completed. This is a terminal state.
Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired.
Delivery timeouts don't 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: Command execution started on the managed node, but the execution wasn't complete before the
execution timeout expired. Execution timeouts count against the MaxErrors
limit of the parent
command. This is a terminal state.
Failed: The command wasn't successful on the managed node. For a plugin, this indicates that the result code
wasn't zero. For a command invocation, this indicates that the result code for one or more plugins wasn't zero.
Invocation failures count against the MaxErrors
limit of the parent command. This is a terminal
state.
Cancelled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the managed node. The managed node 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.
Delayed: The system attempted to send the command to the managed node but wasn't successful. The system retries again.
statusDetails
- A detailed status of the command execution for each invocation (each managed node targeted by the
command). 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 Understanding
command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be
one of the following values:
Pending: The command hasn't been sent to the managed node.
In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
Success: The execution of the command or plugin was successfully completed. This is a terminal state.
Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired.
Delivery timeouts don't 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: Command execution started on the managed node, but the execution wasn't complete
before the execution timeout expired. Execution timeouts count against the MaxErrors
limit of
the parent command. This is a terminal state.
Failed: The command wasn't successful on the managed node. For a plugin, this indicates that the result
code wasn't zero. For a command invocation, this indicates that the result code for one or more plugins
wasn't zero. Invocation failures count against the MaxErrors
limit of the parent command.
This is a terminal state.
Cancelled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the managed node. The managed node 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.
Delayed: The system attempted to send the command to the managed node but wasn't successful. The system retries again.
public String getStatusDetails()
A detailed status of the command execution for each invocation (each managed node targeted by the command). 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 Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:
Pending: The command hasn't been sent to the managed node.
In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
Success: The execution of the command or plugin was successfully completed. This is a terminal state.
Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired.
Delivery timeouts don't 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: Command execution started on the managed node, but the execution wasn't complete before the
execution timeout expired. Execution timeouts count against the MaxErrors
limit of the parent
command. This is a terminal state.
Failed: The command wasn't successful on the managed node. For a plugin, this indicates that the result code
wasn't zero. For a command invocation, this indicates that the result code for one or more plugins wasn't zero.
Invocation failures count against the MaxErrors
limit of the parent command. This is a terminal
state.
Cancelled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the managed node. The managed node 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.
Delayed: The system attempted to send the command to the managed node but wasn't successful. The system retries again.
Pending: The command hasn't been sent to the managed node.
In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
Success: The execution of the command or plugin was successfully completed. This is a terminal state.
Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired.
Delivery timeouts don't 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: Command execution started on the managed node, but the execution wasn't complete
before the execution timeout expired. Execution timeouts count against the MaxErrors
limit
of the parent command. This is a terminal state.
Failed: The command wasn't successful on the managed node. For a plugin, this indicates that the result
code wasn't zero. For a command invocation, this indicates that the result code for one or more plugins
wasn't zero. Invocation failures count against the MaxErrors
limit of the parent command.
This is a terminal state.
Cancelled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the managed node. The managed node 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.
Delayed: The system attempted to send the command to the managed node but wasn't successful. The system retries again.
public CommandInvocation withStatusDetails(String statusDetails)
A detailed status of the command execution for each invocation (each managed node targeted by the command). 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 Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:
Pending: The command hasn't been sent to the managed node.
In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
Success: The execution of the command or plugin was successfully completed. This is a terminal state.
Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired.
Delivery timeouts don't 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: Command execution started on the managed node, but the execution wasn't complete before the
execution timeout expired. Execution timeouts count against the MaxErrors
limit of the parent
command. This is a terminal state.
Failed: The command wasn't successful on the managed node. For a plugin, this indicates that the result code
wasn't zero. For a command invocation, this indicates that the result code for one or more plugins wasn't zero.
Invocation failures count against the MaxErrors
limit of the parent command. This is a terminal
state.
Cancelled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the managed node. The managed node 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.
Delayed: The system attempted to send the command to the managed node but wasn't successful. The system retries again.
statusDetails
- A detailed status of the command execution for each invocation (each managed node targeted by the
command). 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 Understanding
command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be
one of the following values:
Pending: The command hasn't been sent to the managed node.
In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
Success: The execution of the command or plugin was successfully completed. This is a terminal state.
Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired.
Delivery timeouts don't 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: Command execution started on the managed node, but the execution wasn't complete
before the execution timeout expired. Execution timeouts count against the MaxErrors
limit of
the parent command. This is a terminal state.
Failed: The command wasn't successful on the managed node. For a plugin, this indicates that the result
code wasn't zero. For a command invocation, this indicates that the result code for one or more plugins
wasn't zero. Invocation failures count against the MaxErrors
limit of the parent command.
This is a terminal state.
Cancelled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the managed node. The managed node 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.
Delayed: The system attempted to send the command to the managed node but wasn't successful. The system retries again.
public void setTraceOutput(String traceOutput)
Gets the trace output sent by the agent.
traceOutput
- Gets the trace output sent by the agent.public String getTraceOutput()
Gets the trace output sent by the agent.
public CommandInvocation withTraceOutput(String traceOutput)
Gets the trace output sent by the agent.
traceOutput
- Gets the trace output sent by the agent.public void setStandardOutputUrl(String standardOutputUrl)
The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined
for the parent command. For an invocation, StandardOutputUrl
is populated if there is just one
plugin defined for the command, and the S3 bucket was defined for the command.
standardOutputUrl
- The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was
defined for the parent command. For an invocation, StandardOutputUrl
is populated if there is
just one plugin defined for the command, and the S3 bucket was defined for the command.public String getStandardOutputUrl()
The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined
for the parent command. For an invocation, StandardOutputUrl
is populated if there is just one
plugin defined for the command, and the S3 bucket was defined for the command.
StandardOutputUrl
is populated if there
is just one plugin defined for the command, and the S3 bucket was defined for the command.public CommandInvocation withStandardOutputUrl(String standardOutputUrl)
The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined
for the parent command. For an invocation, StandardOutputUrl
is populated if there is just one
plugin defined for the command, and the S3 bucket was defined for the command.
standardOutputUrl
- The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was
defined for the parent command. For an invocation, StandardOutputUrl
is populated if there is
just one plugin defined for the command, and the S3 bucket was defined for the command.public void setStandardErrorUrl(String standardErrorUrl)
The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined
for the parent command. For an invocation, StandardErrorUrl
is populated if there is just one plugin
defined for the command, and the S3 bucket was defined for the command.
standardErrorUrl
- The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was
defined for the parent command. For an invocation, StandardErrorUrl
is populated if there is
just one plugin defined for the command, and the S3 bucket was defined for the command.public String getStandardErrorUrl()
The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined
for the parent command. For an invocation, StandardErrorUrl
is populated if there is just one plugin
defined for the command, and the S3 bucket was defined for the command.
StandardErrorUrl
is populated if there is
just one plugin defined for the command, and the S3 bucket was defined for the command.public CommandInvocation withStandardErrorUrl(String standardErrorUrl)
The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined
for the parent command. For an invocation, StandardErrorUrl
is populated if there is just one plugin
defined for the command, and the S3 bucket was defined for the command.
standardErrorUrl
- The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was
defined for the parent command. For an invocation, StandardErrorUrl
is populated if there is
just one plugin defined for the command, and the S3 bucket was defined for the command.public List<CommandPlugin> getCommandPlugins()
Plugins processed by the command.
public void setCommandPlugins(Collection<CommandPlugin> commandPlugins)
Plugins processed by the command.
commandPlugins
- Plugins processed by the command.public CommandInvocation withCommandPlugins(CommandPlugin... commandPlugins)
Plugins processed by the command.
NOTE: This method appends the values to the existing list (if any). Use
setCommandPlugins(java.util.Collection)
or withCommandPlugins(java.util.Collection)
if you want
to override the existing values.
commandPlugins
- Plugins processed by the command.public CommandInvocation withCommandPlugins(Collection<CommandPlugin> commandPlugins)
Plugins processed by the command.
commandPlugins
- Plugins processed by the command.public void setServiceRole(String serviceRole)
The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes on a per managed node basis.
serviceRole
- The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web
Services Systems Manager, uses to act on your behalf when sending notifications about command status
changes on a per managed node basis.public String getServiceRole()
The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes on a per managed node basis.
public CommandInvocation withServiceRole(String serviceRole)
The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes on a per managed node basis.
serviceRole
- The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web
Services Systems Manager, uses to act on your behalf when sending notifications about command status
changes on a per managed node basis.public void setNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications about command status changes on a per managed node basis.
notificationConfig
- Configurations for sending notifications about command status changes on a per managed node basis.public NotificationConfig getNotificationConfig()
Configurations for sending notifications about command status changes on a per managed node basis.
public CommandInvocation withNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications about command status changes on a per managed node basis.
notificationConfig
- Configurations for sending notifications about command status changes on a per managed node basis.public void setCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.
cloudWatchOutputConfig
- Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command
output.public CloudWatchOutputConfig getCloudWatchOutputConfig()
Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.
public CommandInvocation withCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.
cloudWatchOutputConfig
- Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command
output.public String toString()
toString
in class Object
Object.toString()
public CommandInvocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.