Class VpcDNSTarget

    • Method Detail

      • vpcIngressConnectionArn

        public final String vpcIngressConnectionArn()

        The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.

        Returns:
        The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.
      • vpcId

        public final String vpcId()

        The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.

        Returns:
        The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.
      • domainName

        public final String domainName()

        The domain name of your target DNS that is associated with the Amazon VPC.

        Returns:
        The domain name of your target DNS that is associated with the Amazon VPC.
      • 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)