@Generated(value="software.amazon.awssdk:codegen") public final class AwsRdsDbProcessorFeature extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRdsDbProcessorFeature.Builder,AwsRdsDbProcessorFeature>
A processor feature.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsRdsDbProcessorFeature.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsRdsDbProcessorFeature.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the processor feature.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsRdsDbProcessorFeature.Builder> |
serializableBuilderClass() |
AwsRdsDbProcessorFeature.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the processor feature.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the processor feature. Valid values are coreCount or threadsPerCore.
coreCount or threadsPerCore
.public final String value()
The value of the processor feature.
public AwsRdsDbProcessorFeature.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsRdsDbProcessorFeature.Builder,AwsRdsDbProcessorFeature>public static AwsRdsDbProcessorFeature.Builder builder()
public static Class<? extends AwsRdsDbProcessorFeature.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.