Class ClusterOperationV2Summary
- java.lang.Object
-
- software.amazon.awssdk.services.kafka.model.ClusterOperationV2Summary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClusterOperationV2Summary.Builder,ClusterOperationV2Summary>
@Generated("software.amazon.awssdk:codegen") public final class ClusterOperationV2Summary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterOperationV2Summary.Builder,ClusterOperationV2Summary>
Returns information about a cluster operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClusterOperationV2Summary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterOperationV2Summary.Builderbuilder()StringclusterArn()ARN of the cluster.ClusterTypeclusterType()Type of the backend cluster.StringclusterTypeAsString()Type of the backend cluster.InstantendTime()The time at which the operation finished.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringoperationArn()ARN of the cluster operation.StringoperationState()State of the cluster operation.StringoperationType()Type of the cluster operation.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ClusterOperationV2Summary.Builder>serializableBuilderClass()InstantstartTime()The time at which operation was started.ClusterOperationV2Summary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
clusterArn
public final String clusterArn()
ARN of the cluster.
- Returns:
ARN of the cluster.
-
clusterType
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,
clusterTypewill returnClusterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromclusterTypeAsString().- Returns:
Type of the backend cluster.
- See Also:
ClusterType
-
clusterTypeAsString
public final String clusterTypeAsString()
Type of the backend cluster.
If the service returns an enum value that is not available in the current SDK version,
clusterTypewill returnClusterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromclusterTypeAsString().- Returns:
Type of the backend cluster.
- See Also:
ClusterType
-
startTime
public final Instant startTime()
The time at which operation was started.
- Returns:
The time at which operation was started.
-
endTime
public final Instant endTime()
The time at which the operation finished.
- Returns:
The time at which the operation finished.
-
operationArn
public final String operationArn()
ARN of the cluster operation.
- Returns:
ARN of the cluster operation.
-
operationState
public final String operationState()
State of the cluster operation.
- Returns:
State of the cluster operation.
-
operationType
public final String operationType()
Type of the cluster operation.
- Returns:
Type of the cluster operation.
-
toBuilder
public ClusterOperationV2Summary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClusterOperationV2Summary.Builder,ClusterOperationV2Summary>
-
builder
public static ClusterOperationV2Summary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClusterOperationV2Summary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-