@Generated(value="software.amazon.awssdk:codegen") public final class FailedScheduledUpdateGroupActionRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FailedScheduledUpdateGroupActionRequest.Builder,FailedScheduledUpdateGroupActionRequest>
Describes a scheduled action that could not be created, updated, or deleted.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailedScheduledUpdateGroupActionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FailedScheduledUpdateGroupActionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
The error code.
|
String |
errorMessage()
The error message accompanying the error code.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
scheduledActionName()
The name of the scheduled action.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FailedScheduledUpdateGroupActionRequest.Builder> |
serializableBuilderClass() |
FailedScheduledUpdateGroupActionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String scheduledActionName()
The name of the scheduled action.
public final String errorCode()
The error code.
public final String errorMessage()
The error message accompanying the error code.
public FailedScheduledUpdateGroupActionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FailedScheduledUpdateGroupActionRequest.Builder,FailedScheduledUpdateGroupActionRequest>public static FailedScheduledUpdateGroupActionRequest.Builder builder()
public static Class<? extends FailedScheduledUpdateGroupActionRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.