@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RunPipelineActivityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RunPipelineActivityResult() |
Modifier and Type | Method and Description |
---|---|
RunPipelineActivityResult |
clone() |
boolean |
equals(Object obj) |
String |
getLogResult()
In case the pipeline activity fails, the log message that is generated.
|
List<ByteBuffer> |
getPayloads()
The enriched or transformed sample message payloads as base64-encoded strings.
|
int |
hashCode() |
void |
setLogResult(String logResult)
In case the pipeline activity fails, the log message that is generated.
|
void |
setPayloads(Collection<ByteBuffer> payloads)
The enriched or transformed sample message payloads as base64-encoded strings.
|
String |
toString()
Returns a string representation of this object.
|
RunPipelineActivityResult |
withLogResult(String logResult)
In case the pipeline activity fails, the log message that is generated.
|
RunPipelineActivityResult |
withPayloads(ByteBuffer... payloads)
The enriched or transformed sample message payloads as base64-encoded strings.
|
RunPipelineActivityResult |
withPayloads(Collection<ByteBuffer> payloads)
The enriched or transformed sample message payloads as base64-encoded strings.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ByteBuffer> getPayloads()
The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)
public void setPayloads(Collection<ByteBuffer> payloads)
The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)
payloads
- The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the
pipeline activity on each input sample message payload, encoded in base64.)public RunPipelineActivityResult withPayloads(ByteBuffer... payloads)
The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)
NOTE: This method appends the values to the existing list (if any). Use
setPayloads(java.util.Collection)
or withPayloads(java.util.Collection)
if you want to override
the existing values.
payloads
- The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the
pipeline activity on each input sample message payload, encoded in base64.)public RunPipelineActivityResult withPayloads(Collection<ByteBuffer> payloads)
The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)
payloads
- The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the
pipeline activity on each input sample message payload, encoded in base64.)public void setLogResult(String logResult)
In case the pipeline activity fails, the log message that is generated.
logResult
- In case the pipeline activity fails, the log message that is generated.public String getLogResult()
In case the pipeline activity fails, the log message that is generated.
public RunPipelineActivityResult withLogResult(String logResult)
In case the pipeline activity fails, the log message that is generated.
logResult
- In case the pipeline activity fails, the log message that is generated.public String toString()
toString
in class Object
Object.toString()
public RunPipelineActivityResult clone()