Class GetCommandInvocationRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetCommandInvocationRequest.Builder,GetCommandInvocationRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final String(Required) The parent command ID of the invocation plugin.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final String(Required) The ID of the managed node targeted by the command.final StringThe name of the step for which you want detailed results.static Class<? extends GetCommandInvocationRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
commandId
(Required) The parent command ID of the invocation plugin.
- Returns:
- (Required) The parent command ID of the invocation plugin.
-
instanceId
(Required) The ID of the managed node targeted by the command. A managed node can be an Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, and on-premises server or VM in your hybrid environment that is configured for Amazon Web Services Systems Manager.
- Returns:
- (Required) The ID of the managed node targeted by the command. A managed node can be an Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, and on-premises server or VM in your hybrid environment that is configured for Amazon Web Services Systems Manager.
-
pluginName
The name of the step for which you want detailed results. If the document contains only one step, you can omit the name and details for that step. If the document contains more than one step, you must specify the name of the step for which you want to view details. Be sure to specify the name of the step, not the name of a plugin like
aws:RunShellScript.To find the
PluginName, check the document content and find the name of the step you want details for. Alternatively, use ListCommandInvocations with theCommandIdandDetailsparameters. ThePluginNameis theNameattribute of theCommandPluginobject in theCommandPluginslist.- Returns:
- The name of the step for which you want detailed results. If the document contains only one step, you can
omit the name and details for that step. If the document contains more than one step, you must specify
the name of the step for which you want to view details. Be sure to specify the name of the step, not the
name of a plugin like
aws:RunShellScript.To find the
PluginName, check the document content and find the name of the step you want details for. Alternatively, use ListCommandInvocations with theCommandIdandDetailsparameters. ThePluginNameis theNameattribute of theCommandPluginobject in theCommandPluginslist.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetCommandInvocationRequest.Builder,GetCommandInvocationRequest> - Specified by:
toBuilderin classSsmRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-