Class WorkloadInsightsTopContributorsRow
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WorkloadInsightsTopContributorsRow.Builder,WorkloadInsightsTopContributorsRow>
A row for a top contributor for a scope.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe account ID for a specific row of data.builder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringlocalAz()The identifier for the Availability Zone where the local resource is located.final StringThe Amazon Web Services Region where the local resource is located.final StringThe Amazon Resource Name (ARN) of a local subnet.final StringThe subnet identifier for the local resource.final StringThe Amazon Resource Name (ARN) of a local VPC.final StringThe identifier for the VPC for the local resource.final StringThe identifier of a remote resource.static Class<? extends WorkloadInsightsTopContributorsRow.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Longvalue()The value for a metric.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
accountId
The account ID for a specific row of data.
- Returns:
- The account ID for a specific row of data.
-
localSubnetId
The subnet identifier for the local resource.
- Returns:
- The subnet identifier for the local resource.
-
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
The identifier for the VPC for the local resource.
- Returns:
- The identifier for the VPC for the local resource.
-
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
The identifier of a remote resource. For a VPC or subnet, this identifier is the VPC Amazon Resource Name (ARN) or subnet ARN. For an Availability Zone, this identifier is the AZ name, for example, us-west-2b. For an Amazon Web Services Region , this identifier is the Region name, for example, us-west-2.
- Returns:
- The identifier of a remote resource. For a VPC or subnet, this identifier is the VPC Amazon Resource Name (ARN) or subnet ARN. For an Availability Zone, this identifier is the AZ name, for example, us-west-2b. For an Amazon Web Services Region , this identifier is the Region name, for example, us-west-2.
-
value
-
localSubnetArn
The Amazon Resource Name (ARN) of a local subnet.
- Returns:
- The Amazon Resource Name (ARN) of a local subnet.
-
localVpcArn
The Amazon Resource Name (ARN) of a local VPC.
- Returns:
- The Amazon Resource Name (ARN) of a local VPC.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<WorkloadInsightsTopContributorsRow.Builder,WorkloadInsightsTopContributorsRow> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
public static Class<? extends WorkloadInsightsTopContributorsRow.Builder> serializableBuilderClass() -
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-