Class ConnectionAliasAssociation

    • Method Detail

      • associationStatusAsString

        public final String associationStatusAsString()

        The association status of the connection alias.

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

        Returns:
        The association status of the connection alias.
        See Also:
        AssociationStatus
      • associatedAccountId

        public final String associatedAccountId()

        The identifier of the Amazon Web Services account that associated the connection alias with a directory.

        Returns:
        The identifier of the Amazon Web Services account that associated the connection alias with a directory.
      • resourceId

        public final String resourceId()

        The identifier of the directory associated with a connection alias.

        Returns:
        The identifier of the directory associated with a connection alias.
      • connectionIdentifier

        public final String connectionIdentifier()

        The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.

        Returns:
        The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.
      • 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)