Class VoiceConnector

    • Method Detail

      • voiceConnectorId

        public final String voiceConnectorId()

        The Voice Connector's ID.

        Returns:
        The Voice Connector's ID.
      • name

        public final String name()

        The Voice Connector's name.

        Returns:
        The Voice Connector's name.
      • outboundHostName

        public final String outboundHostName()

        The outbound host name for the Voice Connector.

        Returns:
        The outbound host name for the Voice Connector.
      • requireEncryption

        public final Boolean requireEncryption()

        Enables or disables encryption for the Voice Connector.

        Returns:
        Enables or disables encryption for the Voice Connector.
      • createdTimestamp

        public final Instant createdTimestamp()

        The Voice Connector's creation timestamp, in ISO 8601 format.

        Returns:
        The Voice Connector's creation timestamp, in ISO 8601 format.
      • updatedTimestamp

        public final Instant updatedTimestamp()

        The Voice Connector's updated timestamp, in ISO 8601 format.

        Returns:
        The Voice Connector's updated timestamp, in ISO 8601 format.
      • voiceConnectorArn

        public final String voiceConnectorArn()

        The ARN of the Voice Connector.

        Returns:
        The ARN of the Voice Connector.
      • 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)