Class VPCEConfiguration

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the VPC endpoint configuration.

        Returns:
        The Amazon Resource Name (ARN) of the VPC endpoint configuration.
      • vpceConfigurationName

        public final String vpceConfigurationName()

        The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.

        Returns:
        The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
      • vpceServiceName

        public final String vpceServiceName()

        The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.

        Returns:
        The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
      • serviceDnsName

        public final String serviceDnsName()

        The DNS name that maps to the private IP address of the service you want to access.

        Returns:
        The DNS name that maps to the private IP address of the service you want to access.
      • vpceConfigurationDescription

        public final String vpceConfigurationDescription()

        An optional description that provides details about your VPC endpoint configuration.

        Returns:
        An optional description that provides details about your VPC endpoint configuration.
      • 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)