Class RegionalSummary
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.RegionalSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RegionalSummary.Builder,RegionalSummary>
@Generated("software.amazon.awssdk:codegen") public final class RegionalSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegionalSummary.Builder,RegionalSummary>
A summary report for the attribute for a Region.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRegionalSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegionalSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegernumberOfMatchedAccounts()The number of accounts in the Region with the same configuration value for the attribute that is most frequently observed.IntegernumberOfUnmatchedAccounts()The number of accounts in the Region with a configuration value different from the most frequently observed value for the attribute.StringregionName()The Amazon Web Services Region.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RegionalSummary.Builder>serializableBuilderClass()RegionalSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
regionName
public final String regionName()
The Amazon Web Services Region.
- Returns:
- The Amazon Web Services Region.
-
numberOfMatchedAccounts
public final Integer numberOfMatchedAccounts()
The number of accounts in the Region with the same configuration value for the attribute that is most frequently observed.
- Returns:
- The number of accounts in the Region with the same configuration value for the attribute that is most frequently observed.
-
numberOfUnmatchedAccounts
public final Integer numberOfUnmatchedAccounts()
The number of accounts in the Region with a configuration value different from the most frequently observed value for the attribute.
- Returns:
- The number of accounts in the Region with a configuration value different from the most frequently observed value for the attribute.
-
toBuilder
public RegionalSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RegionalSummary.Builder,RegionalSummary>
-
builder
public static RegionalSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends RegionalSummary.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
-
-