Class 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 Route 53 ARC for managed resources in your Amazon Web Services account in a Region. Supported Amazon Web Services resources are automatically registered with Route 53 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:
    Serialized Form
    • Method Detail

      • 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.
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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)