Class WorkloadInsightsTopContributorsRow

    • Method Detail

      • accountId

        public final String accountId()

        The account ID for a specific row of data.

        Returns:
        The account ID for a specific row of data.
      • localSubnetId

        public final String localSubnetId()

        The subnet identifier for the local resource.

        Returns:
        The subnet identifier for the local resource.
      • localAz

        public final String localAz()

        The identifier for the Availability Zone where the local resource is located.

        Returns:
        The identifier for the Availability Zone where the local resource is located.
      • localVpcId

        public final String localVpcId()

        The identifier for the VPC for the local resource.

        Returns:
        The identifier for the VPC for the local resource.
      • localRegion

        public final String localRegion()

        The Amazon Web Services Region where the local resource is located.

        Returns:
        The Amazon Web Services Region where the local resource is located.
      • remoteIdentifier

        public final String remoteIdentifier()

        The identifier of a remote resource.

        Returns:
        The identifier of a remote resource.
      • value

        public final Long value()

        The value for a metric.

        Returns:
        The value for a metric.
      • localSubnetArn

        public final String localSubnetArn()

        The Amazon Resource Name (ARN) of a local subnet.

        Returns:
        The Amazon Resource Name (ARN) of a local subnet.
      • localVpcArn

        public final String localVpcArn()

        The Amazon Resource Name (ARN) of a local VPC.

        Returns:
        The Amazon Resource Name (ARN) of a local 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)