@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkflowStepOutputUnion extends Object implements Serializable, Cloneable, StructuredPojo
A structure to hold multiple values of an output.
| Constructor and Description |
|---|
WorkflowStepOutputUnion() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepOutputUnion |
clone() |
boolean |
equals(Object obj) |
Integer |
getIntegerValue()
The integer value.
|
List<String> |
getListOfStringValue()
The list of string value.
|
String |
getStringValue()
The string value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setIntegerValue(Integer integerValue)
The integer value.
|
void |
setListOfStringValue(Collection<String> listOfStringValue)
The list of string value.
|
void |
setStringValue(String stringValue)
The string value.
|
String |
toString()
Returns a string representation of this object.
|
WorkflowStepOutputUnion |
withIntegerValue(Integer integerValue)
The integer value.
|
WorkflowStepOutputUnion |
withListOfStringValue(Collection<String> listOfStringValue)
The list of string value.
|
WorkflowStepOutputUnion |
withListOfStringValue(String... listOfStringValue)
The list of string value.
|
WorkflowStepOutputUnion |
withStringValue(String stringValue)
The string value.
|
public void setIntegerValue(Integer integerValue)
The integer value.
integerValue - The integer value.public Integer getIntegerValue()
The integer value.
public WorkflowStepOutputUnion withIntegerValue(Integer integerValue)
The integer value.
integerValue - The integer value.public void setStringValue(String stringValue)
The string value.
stringValue - The string value.public String getStringValue()
The string value.
public WorkflowStepOutputUnion withStringValue(String stringValue)
The string value.
stringValue - The string value.public List<String> getListOfStringValue()
The list of string value.
public void setListOfStringValue(Collection<String> listOfStringValue)
The list of string value.
listOfStringValue - The list of string value.public WorkflowStepOutputUnion withListOfStringValue(String... listOfStringValue)
The list of string value.
NOTE: This method appends the values to the existing list (if any). Use
setListOfStringValue(java.util.Collection) or withListOfStringValue(java.util.Collection) if
you want to override the existing values.
listOfStringValue - The list of string value.public WorkflowStepOutputUnion withListOfStringValue(Collection<String> listOfStringValue)
The list of string value.
listOfStringValue - The list of string value.public String toString()
toString in class ObjectObject.toString()public WorkflowStepOutputUnion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.