@Generated(value="software.amazon.awssdk:codegen") public final class ClusterOperationV2Summary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterOperationV2Summary.Builder,ClusterOperationV2Summary>
Returns information about a cluster operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClusterOperationV2Summary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClusterOperationV2Summary.Builder |
builder() |
String |
clusterArn()
ARN of the cluster.
|
ClusterType |
clusterType()
Type of the backend cluster.
|
String |
clusterTypeAsString()
Type of the backend cluster.
|
Instant |
endTime()
The time at which the operation finished.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
operationArn()
ARN of the cluster operation.
|
String |
operationState()
State of the cluster operation.
|
String |
operationType()
Type of the cluster operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClusterOperationV2Summary.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time at which operation was started.
|
ClusterOperationV2Summary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterArn()
ARN of the cluster.
ARN of the cluster.
public final ClusterType clusterType()
Type of the backend cluster.
If the service returns an enum value that is not available in the current SDK version, clusterType will
return ClusterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clusterTypeAsString().
Type of the backend cluster.
ClusterTypepublic final String clusterTypeAsString()
Type of the backend cluster.
If the service returns an enum value that is not available in the current SDK version, clusterType will
return ClusterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clusterTypeAsString().
Type of the backend cluster.
ClusterTypepublic final Instant startTime()
The time at which operation was started.
The time at which operation was started.
public final Instant endTime()
The time at which the operation finished.
The time at which the operation finished.
public final String operationArn()
ARN of the cluster operation.
ARN of the cluster operation.
public final String operationState()
State of the cluster operation.
State of the cluster operation.
public final String operationType()
Type of the cluster operation.
Type of the cluster operation.
public ClusterOperationV2Summary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClusterOperationV2Summary.Builder,ClusterOperationV2Summary>public static ClusterOperationV2Summary.Builder builder()
public static Class<? extends ClusterOperationV2Summary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.