Class AddressTransfer

    • Method Detail

      • publicIp

        public final String publicIp()

        The Elastic IP address being transferred.

        Returns:
        The Elastic IP address being transferred.
      • allocationId

        public final String allocationId()

        The allocation ID of an Elastic IP address.

        Returns:
        The allocation ID of an Elastic IP address.
      • transferAccountId

        public final String transferAccountId()

        The ID of the account that you want to transfer the Elastic IP address to.

        Returns:
        The ID of the account that you want to transfer the Elastic IP address to.
      • transferOfferExpirationTimestamp

        public final Instant transferOfferExpirationTimestamp()

        The timestamp when the Elastic IP address transfer expired. When the source account starts the transfer, the transfer account has seven hours to allocate the Elastic IP address to complete the transfer, or the Elastic IP address will return to its original owner.

        Returns:
        The timestamp when the Elastic IP address transfer expired. When the source account starts the transfer, the transfer account has seven hours to allocate the Elastic IP address to complete the transfer, or the Elastic IP address will return to its original owner.
      • transferOfferAcceptedTimestamp

        public final Instant transferOfferAcceptedTimestamp()

        The timestamp when the Elastic IP address transfer was accepted.

        Returns:
        The timestamp when the Elastic IP address transfer was accepted.
      • 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)