Class AutoshiftSummary

java.lang.Object
software.amazon.awssdk.services.arczonalshift.model.AutoshiftSummary
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<AutoshiftSummary.Builder,AutoshiftSummary>

@Generated("software.amazon.awssdk:codegen") public final class AutoshiftSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoshiftSummary.Builder,AutoshiftSummary>

Information about an autoshift. Amazon Web Services starts an autoshift to temporarily move traffic for a resource away from an Availability Zone in an Amazon Web Services Region when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers. You can configure zonal autoshift in ARC for managed resources in your Amazon Web Services account in a Region. Supported Amazon Web Services resources are automatically registered with ARC.

Autoshifts are temporary. When the Availability Zone recovers, Amazon Web Services ends the autoshift, and traffic for the resource is no longer directed to the other Availability Zones in the Region.

You can stop an autoshift for a resource by disabling zonal autoshift.

See Also:
  • Method Details

    • awayFrom

      public final String awayFrom()

      The Availability Zone (for example, use1-az1) that traffic is shifted away from for a resource when Amazon Web Services starts an autoshift. Until the autoshift ends, traffic for the resource is instead directed to other Availability Zones in the Amazon Web Services Region. An autoshift can end for a resource, for example, when Amazon Web Services ends the autoshift for the Availability Zone or when you disable zonal autoshift for the resource.

      Returns:
      The Availability Zone (for example, use1-az1) that traffic is shifted away from for a resource when Amazon Web Services starts an autoshift. Until the autoshift ends, traffic for the resource is instead directed to other Availability Zones in the Amazon Web Services Region. An autoshift can end for a resource, for example, when Amazon Web Services ends the autoshift for the Availability Zone or when you disable zonal autoshift for the resource.
    • endTime

      public final Instant endTime()

      The time (in UTC) when the autoshift ended.

      Returns:
      The time (in UTC) when the autoshift ended.
    • startTime

      public final Instant startTime()

      The time (in UTC) when the autoshift started.

      Returns:
      The time (in UTC) when the autoshift started.
    • status

      public final AutoshiftExecutionStatus status()

      The status for an autoshift.

      If the service returns an enum value that is not available in the current SDK version, status will return AutoshiftExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

      Returns:
      The status for an autoshift.
      See Also:
    • statusAsString

      public final String statusAsString()

      The status for an autoshift.

      If the service returns an enum value that is not available in the current SDK version, status will return AutoshiftExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

      Returns:
      The status for an autoshift.
      See Also:
    • toBuilder

      public AutoshiftSummary.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<AutoshiftSummary.Builder,AutoshiftSummary>
      Returns:
      a builder for type T
    • builder

      public static AutoshiftSummary.Builder builder()
    • serializableBuilderClass

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

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

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

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo
      Returns:
      The mapping between the field name and its corresponding field.