@Generated(value="software.amazon.awssdk:codegen") public final class ClusterOperationV2Serverless extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterOperationV2Serverless.Builder,ClusterOperationV2Serverless>
Returns information about a serverless cluster operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClusterOperationV2Serverless.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClusterOperationV2Serverless.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClusterOperationV2Serverless.Builder> |
serializableBuilderClass() |
ClusterOperationV2Serverless.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VpcConnectionInfoServerless |
vpcConnectionInfo()
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final VpcConnectionInfoServerless vpcConnectionInfo()
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
public ClusterOperationV2Serverless.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClusterOperationV2Serverless.Builder,ClusterOperationV2Serverless>public static ClusterOperationV2Serverless.Builder builder()
public static Class<? extends ClusterOperationV2Serverless.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.