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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWorkloadInsightsTopContributorsRow.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The account ID for a specific row of data.static WorkloadInsightsTopContributorsRow.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlocalAz()The identifier for the Availability Zone where the local resource is located.StringlocalRegion()The Amazon Web Services Region where the local resource is located.StringlocalSubnetArn()The Amazon Resource Name (ARN) of a local subnet.StringlocalSubnetId()The subnet identifier for the local resource.StringlocalVpcArn()The Amazon Resource Name (ARN) of a local VPC.StringlocalVpcId()The identifier for the VPC for the local resource.StringremoteIdentifier()The identifier of a remote resource.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends WorkloadInsightsTopContributorsRow.Builder>serializableBuilderClass()WorkloadInsightsTopContributorsRow.BuildertoBuilder()StringtoString()Returns a string representation of this object.Longvalue()The value for a metric.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
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.
-
toBuilder
public WorkloadInsightsTopContributorsRow.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WorkloadInsightsTopContributorsRow.Builder,WorkloadInsightsTopContributorsRow>
-
builder
public static WorkloadInsightsTopContributorsRow.Builder builder()
-
serializableBuilderClass
public static Class<? extends WorkloadInsightsTopContributorsRow.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-