@Generated(value="software.amazon.awssdk:codegen") public final class GroupedResourceCount extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GroupedResourceCount.Builder,GroupedResourceCount>
The count of resources that are grouped by the group name.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GroupedResourceCount.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GroupedResourceCount.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupName()
The name of the group that can be region, account ID, or resource type.
|
int |
hashCode() |
Long |
resourceCount()
The number of resources in the group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GroupedResourceCount.Builder> |
serializableBuilderClass() |
GroupedResourceCount.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupName()
The name of the group that can be region, account ID, or resource type. For example, region1, region2 if the
region was chosen as GroupByKey.
GroupByKey.public final Long resourceCount()
The number of resources in the group.
public GroupedResourceCount.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GroupedResourceCount.Builder,GroupedResourceCount>public static GroupedResourceCount.Builder builder()
public static Class<? extends GroupedResourceCount.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.