Class VpcOriginEndpointConfig

    • Method Detail

      • name

        public final String name()

        The name of the CloudFront VPC origin endpoint configuration.

        Returns:
        The name of the CloudFront VPC origin endpoint configuration.
      • arn

        public final String arn()

        The ARN of the CloudFront VPC origin endpoint configuration.

        Returns:
        The ARN of the CloudFront VPC origin endpoint configuration.
      • httpPort

        public final Integer httpPort()

        The HTTP port for the CloudFront VPC origin endpoint configuration.

        Returns:
        The HTTP port for the CloudFront VPC origin endpoint configuration.
      • httpsPort

        public final Integer httpsPort()

        The HTTPS port of the CloudFront VPC origin endpoint configuration.

        Returns:
        The HTTPS port of the CloudFront VPC origin endpoint configuration.
      • originProtocolPolicyAsString

        public final String originProtocolPolicyAsString()

        The origin protocol policy for the CloudFront VPC origin endpoint configuration.

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

        Returns:
        The origin protocol policy for the CloudFront VPC origin endpoint configuration.
        See Also:
        OriginProtocolPolicy
      • originSslProtocols

        public final OriginSslProtocols originSslProtocols()
        Returns the value of the OriginSslProtocols property for this object.
        Returns:
        The value of the OriginSslProtocols property for this object.
      • 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)