@Generated(value="software.amazon.awssdk:codegen") public final class JobMessages extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobMessages.Builder,JobMessages>
Modifier and Type | Class and Description |
---|---|
static interface |
JobMessages.Builder |
Modifier and Type | Method and Description |
---|---|
static JobMessages.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInfo()
Returns true if the Info property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
boolean |
hasWarning()
Returns true if the Warning property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<String> |
info()
List of messages that are informational only and don't indicate a problem with your job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobMessages.Builder> |
serializableBuilderClass() |
JobMessages.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
warning()
List of messages that warn about conditions that might cause your job not to run or to fail.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public boolean hasInfo()
public List<String> info()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInfo()
to see if a value was sent in this field.
public boolean hasWarning()
public List<String> warning()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasWarning()
to see if a value was sent in this field.
public JobMessages.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<JobMessages.Builder,JobMessages>
public static JobMessages.Builder builder()
public static Class<? extends JobMessages.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.