Class OutpostResolver

    • Method Detail

      • arn

        public final String arn()

        The ARN (Amazon Resource Name) for the Resolver on an Outpost.

        Returns:
        The ARN (Amazon Resource Name) for the Resolver on an Outpost.
      • creationTime

        public final String creationTime()

        The date and time that the Outpost Resolver was created, in Unix time format and Coordinated Universal Time (UTC).

        Returns:
        The date and time that the Outpost Resolver was created, in Unix time format and Coordinated Universal Time (UTC).
      • modificationTime

        public final String modificationTime()

        The date and time that the Outpost Resolver was modified, in Unix time format and Coordinated Universal Time (UTC).

        Returns:
        The date and time that the Outpost Resolver was modified, in Unix time format and Coordinated Universal Time (UTC).
      • creatorRequestId

        public final String creatorRequestId()

        A unique string that identifies the request that created the Resolver endpoint. The CreatorRequestId allows failed requests to be retried without the risk of running the operation twice.

        Returns:
        A unique string that identifies the request that created the Resolver endpoint. The CreatorRequestId allows failed requests to be retried without the risk of running the operation twice.
      • id

        public final String id()

        The ID of the Resolver on Outpost.

        Returns:
        The ID of the Resolver on Outpost.
      • instanceCount

        public final Integer instanceCount()

        Amazon EC2 instance count for the Resolver on the Outpost.

        Returns:
        Amazon EC2 instance count for the Resolver on the Outpost.
      • preferredInstanceType

        public final String preferredInstanceType()

        The Amazon EC2 instance type.

        Returns:
        The Amazon EC2 instance type.
      • name

        public final String name()

        Name of the Resolver.

        Returns:
        Name of the Resolver.
      • statusMessage

        public final String statusMessage()

        A detailed description of the Resolver.

        Returns:
        A detailed description of the Resolver.
      • outpostArn

        public final String outpostArn()

        The ARN (Amazon Resource Name) for the Outpost.

        Returns:
        The ARN (Amazon Resource Name) for the Outpost.
      • 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)