@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() |
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 List<String> info()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> warning()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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 © 2019. All rights reserved.