@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobMessages extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
JobMessages() |
Modifier and Type | Method and Description |
---|---|
JobMessages |
clone() |
boolean |
equals(Object obj) |
List<String> |
getInfo()
List of messages that are informational only and don't indicate a problem with your job.
|
List<String> |
getWarning()
List of messages that warn about conditions that might cause your job not to run or to fail.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInfo(Collection<String> info)
List of messages that are informational only and don't indicate a problem with your job.
|
void |
setWarning(Collection<String> warning)
List of messages that warn about conditions that might cause your job not to run or to fail.
|
String |
toString()
Returns a string representation of this object.
|
JobMessages |
withInfo(Collection<String> info)
List of messages that are informational only and don't indicate a problem with your job.
|
JobMessages |
withInfo(String... info)
List of messages that are informational only and don't indicate a problem with your job.
|
JobMessages |
withWarning(Collection<String> warning)
List of messages that warn about conditions that might cause your job not to run or to fail.
|
JobMessages |
withWarning(String... warning)
List of messages that warn about conditions that might cause your job not to run or to fail.
|
public List<String> getInfo()
public void setInfo(Collection<String> info)
info
- List of messages that are informational only and don't indicate a problem with your job.public JobMessages withInfo(String... info)
NOTE: This method appends the values to the existing list (if any). Use
setInfo(java.util.Collection)
or withInfo(java.util.Collection)
if you want to override the
existing values.
info
- List of messages that are informational only and don't indicate a problem with your job.public JobMessages withInfo(Collection<String> info)
info
- List of messages that are informational only and don't indicate a problem with your job.public List<String> getWarning()
public void setWarning(Collection<String> warning)
warning
- List of messages that warn about conditions that might cause your job not to run or to fail.public JobMessages withWarning(String... warning)
NOTE: This method appends the values to the existing list (if any). Use
setWarning(java.util.Collection)
or withWarning(java.util.Collection)
if you want to override
the existing values.
warning
- List of messages that warn about conditions that might cause your job not to run or to fail.public JobMessages withWarning(Collection<String> warning)
warning
- List of messages that warn about conditions that might cause your job not to run or to fail.public String toString()
toString
in class Object
Object.toString()
public JobMessages clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.