@Generated(value="software.amazon.awssdk:codegen") public final class SendAutomationSignalRequest extends SsmRequest implements ToCopyableBuilder<SendAutomationSignalRequest.Builder,SendAutomationSignalRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SendAutomationSignalRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
automationExecutionId()
The unique identifier for an existing Automation execution that you want to send the signal to.
|
static SendAutomationSignalRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Map<String,List<String>> |
payload()
The data sent with the signal.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SendAutomationSignalRequest.Builder> |
serializableBuilderClass() |
SignalType |
signalType()
The type of signal.
|
String |
signalTypeAsString()
The type of signal.
|
SendAutomationSignalRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String automationExecutionId()
The unique identifier for an existing Automation execution that you want to send the signal to.
public SignalType signalType()
The type of signal. Valid signal types include the following: Approve and Reject
If the service returns an enum value that is not available in the current SDK version, signalType will
return SignalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
signalTypeAsString().
SignalTypepublic String signalTypeAsString()
The type of signal. Valid signal types include the following: Approve and Reject
If the service returns an enum value that is not available in the current SDK version, signalType will
return SignalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
signalTypeAsString().
SignalTypepublic Map<String,List<String>> payload()
The data sent with the signal. The data schema depends on the type of signal used in the request.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public SendAutomationSignalRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SendAutomationSignalRequest.Builder,SendAutomationSignalRequest>toBuilder in class SsmRequestpublic static SendAutomationSignalRequest.Builder builder()
public static Class<? extends SendAutomationSignalRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.