Class AwsRedshiftClusterResizeInfo
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterResizeInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsRedshiftClusterResizeInfo.Builder,AwsRedshiftClusterResizeInfo>
@Generated("software.amazon.awssdk:codegen") public final class AwsRedshiftClusterResizeInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRedshiftClusterResizeInfo.Builder,AwsRedshiftClusterResizeInfo>
Information about the resize operation for the cluster.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsRedshiftClusterResizeInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanallowCancelResize()Indicates whether the resize operation can be canceled.static AwsRedshiftClusterResizeInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresizeType()The type of resize operation.List<SdkField<?>>sdkFields()static Class<? extends AwsRedshiftClusterResizeInfo.Builder>serializableBuilderClass()AwsRedshiftClusterResizeInfo.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
-
allowCancelResize
public final Boolean allowCancelResize()
Indicates whether the resize operation can be canceled.
- Returns:
- Indicates whether the resize operation can be canceled.
-
resizeType
public final String resizeType()
The type of resize operation.
Valid values:
ClassicResize- Returns:
- The type of resize operation.
Valid values:
ClassicResize
-
toBuilder
public AwsRedshiftClusterResizeInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsRedshiftClusterResizeInfo.Builder,AwsRedshiftClusterResizeInfo>
-
builder
public static AwsRedshiftClusterResizeInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsRedshiftClusterResizeInfo.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.
-
-