Class NetworkResourceSummary

    • Method Detail

      • registeredGatewayArn

        public final String registeredGatewayArn()

        The ARN of the gateway.

        Returns:
        The ARN of the gateway.
      • resourceArn

        public final String resourceArn()

        The ARN of the resource.

        Returns:
        The ARN of the resource.
      • resourceType

        public final String resourceType()

        The resource type.

        Returns:
        The resource type.
      • definition

        public final String definition()

        Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.

        Returns:
        Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.
      • nameTag

        public final String nameTag()

        The value for the Name tag.

        Returns:
        The value for the Name tag.
      • isMiddlebox

        public final Boolean isMiddlebox()

        Indicates whether this is a middlebox appliance.

        Returns:
        Indicates whether this is a middlebox appliance.
      • 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)