Class WorkloadInsightsTopContributorsRow
java.lang.Object
software.amazon.awssdk.services.networkflowmonitor.model.WorkloadInsightsTopContributorsRow
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<WorkloadInsightsTopContributorsRow.Builder,
WorkloadInsightsTopContributorsRow>
@Generated("software.amazon.awssdk:codegen")
public final class WorkloadInsightsTopContributorsRow
extends Object
implements SdkPojo, Serializable, 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 String
The account ID for a specific row of data.builder()
final boolean
final boolean
equalsBySdkFields
(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 int
hashCode()
final String
localAz()
The identifier for the Availability Zone where the local resource is located.final String
The Amazon Web Services Region where the local resource is located.final String
The Amazon Resource Name (ARN) of a local subnet.final String
The subnet identifier for the local resource.final String
The Amazon Resource Name (ARN) of a local VPC.final String
The identifier for the VPC for the local resource.final String
The 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 String
toString()
Returns a string representation of this object.final Long
value()
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.
- Returns:
- The identifier of a remote resource.
-
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:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in 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:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in 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:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-