Class VoiceConnector

    • Method Detail

      • voiceConnectorId

        public final String voiceConnectorId()

        The Amazon Chime Voice Connector ID.

        Returns:
        The Amazon Chime Voice Connector ID.
      • awsRegionAsString

        public final String awsRegionAsString()

        The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1.

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

        Returns:
        The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1.
        See Also:
        VoiceConnectorAwsRegion
      • name

        public final String name()

        The name of the Amazon Chime Voice Connector.

        Returns:
        The name of the Amazon Chime Voice Connector.
      • outboundHostName

        public final String outboundHostName()

        The outbound host name for the Amazon Chime Voice Connector.

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

        public final Boolean requireEncryption()

        Designates whether encryption is required for the Amazon Chime Voice Connector.

        Returns:
        Designates whether encryption is required for the Amazon Chime Voice Connector.
      • createdTimestamp

        public final Instant createdTimestamp()

        The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.

        Returns:
        The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.
      • updatedTimestamp

        public final Instant updatedTimestamp()

        The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.

        Returns:
        The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.
      • voiceConnectorArn

        public final String voiceConnectorArn()

        The ARN of the specified Amazon Chime Voice Connector.

        Returns:
        The ARN of the specified Amazon Chime 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)