@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) |
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.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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.
|
SendAutomationSignalRequest |
withSignalType(String signalType)
The type of signal.
|
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. Valid signal types include the following: Approve and Reject
signalType
- The type of signal. Valid signal types include the following: Approve and RejectSignalType
public String getSignalType()
The type of signal. Valid signal types include the following: Approve and Reject
SignalType
public SendAutomationSignalRequest withSignalType(String signalType)
The type of signal. Valid signal types include the following: Approve and Reject
signalType
- The type of signal. Valid signal types include the following: Approve and RejectSignalType
public SendAutomationSignalRequest withSignalType(SignalType signalType)
The type of signal. Valid signal types include the following: Approve and Reject
signalType
- The type of signal. Valid signal types include the following: Approve and RejectSignalType
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.
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.
payload
- The data sent with the signal. The data schema depends on the type of signal used in the request.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.
payload
- The data sent with the signal. The data schema depends on the type of signal used in the request.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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.