@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendAutomationSignalRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SendAutomationSignalRequest() |
Modifier and Type | Method and Description |
---|---|
SendAutomationSignalRequest |
addPayloadEntry(String key,
List<String> value)
Add a single Payload entry
|
SendAutomationSignalRequest |
clearPayloadEntries()
Removes all the entries added into Payload.
|
SendAutomationSignalRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAutomationExecutionId()
The unique identifier for an existing Automation execution that you want to send the signal to.
|
Map<String,List<String>> |
getPayload()
The data sent with the signal.
|
String |
getSignalType()
The type of signal to send to an Automation execution.
|
int |
hashCode() |
void |
setAutomationExecutionId(String automationExecutionId)
The unique identifier for an existing Automation execution that you want to send the signal to.
|
void |
setPayload(Map<String,List<String>> payload)
The data sent with the signal.
|
void |
setSignalType(String signalType)
The type of signal to send to an Automation execution.
|
String |
toString()
Returns a string representation of this object.
|
SendAutomationSignalRequest |
withAutomationExecutionId(String automationExecutionId)
The unique identifier for an existing Automation execution that you want to send the signal to.
|
SendAutomationSignalRequest |
withPayload(Map<String,List<String>> payload)
The data sent with the signal.
|
SendAutomationSignalRequest |
withSignalType(SignalType signalType)
The type of signal to send to an Automation execution.
|
SendAutomationSignalRequest |
withSignalType(String signalType)
The type of signal to send to an Automation execution.
|
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 void setAutomationExecutionId(String automationExecutionId)
The unique identifier for an existing Automation execution that you want to send the signal to.
automationExecutionId
- The unique identifier for an existing Automation execution that you want to send the signal to.public String getAutomationExecutionId()
The unique identifier for an existing Automation execution that you want to send the signal to.
public SendAutomationSignalRequest withAutomationExecutionId(String automationExecutionId)
The unique identifier for an existing Automation execution that you want to send the signal to.
automationExecutionId
- The unique identifier for an existing Automation execution that you want to send the signal to.public void setSignalType(String signalType)
The type of signal to send to an Automation execution.
signalType
- The type of signal to send to an Automation execution.SignalType
public String getSignalType()
The type of signal to send to an Automation execution.
SignalType
public SendAutomationSignalRequest withSignalType(String signalType)
The type of signal to send to an Automation execution.
signalType
- The type of signal to send to an Automation execution.SignalType
public SendAutomationSignalRequest withSignalType(SignalType signalType)
The type of signal to send to an Automation execution.
signalType
- The type of signal to send to an Automation execution.SignalType
public Map<String,List<String>> getPayload()
The data sent with the signal. The data schema depends on the type of signal used in the request.
For Approve
and Reject
signal types, the payload is an optional comment that you can
send with the signal type. For example:
Comment="Looks good"
For StartStep
and Resume
signal types, you must send the name of the Automation step to
start or resume as the payload. For example:
StepName="step1"
For the StopStep
signal type, you must send the step execution ID as the payload. For example:
StepExecutionId="97fff367-fc5a-4299-aed8-0123456789ab"
For Approve
and Reject
signal types, the payload is an optional comment that
you can send with the signal type. For example:
Comment="Looks good"
For StartStep
and Resume
signal types, you must send the name of the Automation
step to start or resume as the payload. For example:
StepName="step1"
For the StopStep
signal type, you must send the step execution ID as the payload. For
example:
StepExecutionId="97fff367-fc5a-4299-aed8-0123456789ab"
public void setPayload(Map<String,List<String>> payload)
The data sent with the signal. The data schema depends on the type of signal used in the request.
For Approve
and Reject
signal types, the payload is an optional comment that you can
send with the signal type. For example:
Comment="Looks good"
For StartStep
and Resume
signal types, you must send the name of the Automation step to
start or resume as the payload. For example:
StepName="step1"
For the StopStep
signal type, you must send the step execution ID as the payload. For example:
StepExecutionId="97fff367-fc5a-4299-aed8-0123456789ab"
payload
- The data sent with the signal. The data schema depends on the type of signal used in the request.
For Approve
and Reject
signal types, the payload is an optional comment that you
can send with the signal type. For example:
Comment="Looks good"
For StartStep
and Resume
signal types, you must send the name of the Automation
step to start or resume as the payload. For example:
StepName="step1"
For the StopStep
signal type, you must send the step execution ID as the payload. For
example:
StepExecutionId="97fff367-fc5a-4299-aed8-0123456789ab"
public SendAutomationSignalRequest withPayload(Map<String,List<String>> payload)
The data sent with the signal. The data schema depends on the type of signal used in the request.
For Approve
and Reject
signal types, the payload is an optional comment that you can
send with the signal type. For example:
Comment="Looks good"
For StartStep
and Resume
signal types, you must send the name of the Automation step to
start or resume as the payload. For example:
StepName="step1"
For the StopStep
signal type, you must send the step execution ID as the payload. For example:
StepExecutionId="97fff367-fc5a-4299-aed8-0123456789ab"
payload
- The data sent with the signal. The data schema depends on the type of signal used in the request.
For Approve
and Reject
signal types, the payload is an optional comment that you
can send with the signal type. For example:
Comment="Looks good"
For StartStep
and Resume
signal types, you must send the name of the Automation
step to start or resume as the payload. For example:
StepName="step1"
For the StopStep
signal type, you must send the step execution ID as the payload. For
example:
StepExecutionId="97fff367-fc5a-4299-aed8-0123456789ab"
public SendAutomationSignalRequest addPayloadEntry(String key, List<String> value)
public SendAutomationSignalRequest clearPayloadEntries()
public String toString()
toString
in class Object
Object.toString()
public SendAutomationSignalRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()