@Generated(value="software.amazon.awssdk:codegen") public final class SyncJobStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SyncJobStatus.Builder,SyncJobStatus>
The SyncJob status.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SyncJobStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SyncJobStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorDetails |
error()
The SyncJob error.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SyncJobStatus.Builder> |
serializableBuilderClass() |
SyncJobState |
state()
The SyncJob status state.
|
String |
stateAsString()
The SyncJob status state.
|
SyncJobStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SyncJobState state()
The SyncJob status state.
If the service returns an enum value that is not available in the current SDK version, state will return
SyncJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
SyncJobStatepublic final String stateAsString()
The SyncJob status state.
If the service returns an enum value that is not available in the current SDK version, state will return
SyncJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
SyncJobStatepublic final ErrorDetails error()
The SyncJob error.
public SyncJobStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SyncJobStatus.Builder,SyncJobStatus>public static SyncJobStatus.Builder builder()
public static Class<? extends SyncJobStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.