Class ResolverRuleAssociation

    • Method Detail

      • id

        public final String id()

        The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an AssociateResolverRule request.

        Returns:
        The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an AssociateResolverRule request.
      • resolverRuleId

        public final String resolverRuleId()

        The ID of the Resolver rule that you associated with the VPC that is specified by VPCId.

        Returns:
        The ID of the Resolver rule that you associated with the VPC that is specified by VPCId.
      • name

        public final String name()

        The name of an association between a Resolver rule and a VPC.

        Returns:
        The name of an association between a Resolver rule and a VPC.
      • vpcId

        public final String vpcId()

        The ID of the VPC that you associated the Resolver rule with.

        Returns:
        The ID of the VPC that you associated the Resolver rule with.
      • statusAsString

        public final String statusAsString()

        A code that specifies the current status of the association between a Resolver rule and a VPC.

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

        Returns:
        A code that specifies the current status of the association between a Resolver rule and a VPC.
        See Also:
        ResolverRuleAssociationStatus
      • statusMessage

        public final String statusMessage()

        A detailed description of the status of the association between a Resolver rule and a VPC.

        Returns:
        A detailed description of the status of the association between a Resolver rule and a 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)