@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic 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 Long resourceCount()
The number of resources in the group.
public GroupedResourceCount.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GroupedResourceCount.Builder,GroupedResourceCount>public static GroupedResourceCount.Builder builder()
public static Class<? extends GroupedResourceCount.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.