Class ClusterOperationV2Serverless
- java.lang.Object
-
- software.amazon.awssdk.services.kafka.model.ClusterOperationV2Serverless
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClusterOperationV2Serverless.Builder,ClusterOperationV2Serverless>
@Generated("software.amazon.awssdk:codegen") public final class ClusterOperationV2Serverless extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterOperationV2Serverless.Builder,ClusterOperationV2Serverless>
Returns information about a serverless cluster operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClusterOperationV2Serverless.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterOperationV2Serverless.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ClusterOperationV2Serverless.Builder>serializableBuilderClass()ClusterOperationV2Serverless.BuildertoBuilder()StringtoString()Returns a string representation of this object.VpcConnectionInfoServerlessvpcConnectionInfo()Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.-
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
-
vpcConnectionInfo
public final VpcConnectionInfoServerless vpcConnectionInfo()
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
- Returns:
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
-
toBuilder
public ClusterOperationV2Serverless.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClusterOperationV2Serverless.Builder,ClusterOperationV2Serverless>
-
builder
public static ClusterOperationV2Serverless.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClusterOperationV2Serverless.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
-
-