Class RebootReplicationInstanceRequest

All Implemented Interfaces:
SdkPojo, ToCopyableBuilder<RebootReplicationInstanceRequest.Builder,RebootReplicationInstanceRequest>

@Generated("software.amazon.awssdk:codegen") public final class RebootReplicationInstanceRequest extends DatabaseMigrationRequest implements ToCopyableBuilder<RebootReplicationInstanceRequest.Builder,RebootReplicationInstanceRequest>
  • Method Details

    • replicationInstanceArn

      public final String replicationInstanceArn()

      The Amazon Resource Name (ARN) of the replication instance.

      Returns:
      The Amazon Resource Name (ARN) of the replication instance.
    • forceFailover

      public final Boolean forceFailover()

      If this parameter is true, the reboot is conducted through a Multi-AZ failover. If the instance isn't configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)

      Returns:
      If this parameter is true, the reboot is conducted through a Multi-AZ failover. If the instance isn't configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)
    • forcePlannedFailover

      public final Boolean forcePlannedFailover()

      If this parameter is true, the reboot is conducted through a planned Multi-AZ failover where resources are released and cleaned up prior to conducting the failover. If the instance isn''t configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)

      Returns:
      If this parameter is true, the reboot is conducted through a planned Multi-AZ failover where resources are released and cleaned up prior to conducting the failover. If the instance isn''t configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)
    • toBuilder

      Specified by:
      toBuilder in interface ToCopyableBuilder<RebootReplicationInstanceRequest.Builder,RebootReplicationInstanceRequest>
      Specified by:
      toBuilder in class DatabaseMigrationRequest
    • builder

    • serializableBuilderClass

      public static Class<? extends RebootReplicationInstanceRequest.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsRequest
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsRequest
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkRequest
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo