@Generated(value="software.amazon.awssdk:codegen") public final class AccountAggregation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountAggregation.Builder,AccountAggregation>
An object that contains details about an aggregation response based on Amazon Web Services accounts.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountAggregation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AccountAggregation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AggregationFindingType |
findingType()
The type of finding.
|
String |
findingTypeAsString()
The type of finding.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AggregationResourceType |
resourceType()
The type of resource.
|
String |
resourceTypeAsString()
The type of resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountAggregation.Builder> |
serializableBuilderClass() |
AccountSortBy |
sortBy()
The value to sort by.
|
String |
sortByAsString()
The value to sort by.
|
SortOrder |
sortOrder()
The sort order (ascending or descending).
|
String |
sortOrderAsString()
The sort order (ascending or descending).
|
AccountAggregation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AggregationFindingType findingType()
The type of finding.
If the service returns an enum value that is not available in the current SDK version, findingType will
return AggregationFindingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from findingTypeAsString().
AggregationFindingTypepublic final String findingTypeAsString()
The type of finding.
If the service returns an enum value that is not available in the current SDK version, findingType will
return AggregationFindingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from findingTypeAsString().
AggregationFindingTypepublic final AggregationResourceType resourceType()
The type of resource.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return AggregationResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceTypeAsString().
AggregationResourceTypepublic final String resourceTypeAsString()
The type of resource.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return AggregationResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceTypeAsString().
AggregationResourceTypepublic final AccountSortBy sortBy()
The value to sort by.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return AccountSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
AccountSortBypublic final String sortByAsString()
The value to sort by.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return AccountSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
AccountSortBypublic final SortOrder sortOrder()
The sort order (ascending or descending).
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final String sortOrderAsString()
The sort order (ascending or descending).
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic AccountAggregation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountAggregation.Builder,AccountAggregation>public static AccountAggregation.Builder builder()
public static Class<? extends AccountAggregation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.