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