Class AnycastIpListSummary
- java.lang.Object
-
- software.amazon.awssdk.services.cloudfront.model.AnycastIpListSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnycastIpListSummary.Builder,AnycastIpListSummary>
@Generated("software.amazon.awssdk:codegen") public final class AnycastIpListSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnycastIpListSummary.Builder,AnycastIpListSummary>
An abbreviated version of the AnycastIpList structure. Omits the allocated static IP addresses (AnycastIpList$AnycastIps).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnycastIpListSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the Anycast static IP list.static AnycastIpListSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the Anycast static IP list.IntegeripCount()The number of IP addresses in the Anycast static IP list.InstantlastModifiedTime()The last time the Anycast static IP list was modified.Stringname()The name of the Anycast static IP list.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AnycastIpListSummary.Builder>serializableBuilderClass()Stringstatus()The deployment status of the Anycast static IP list.AnycastIpListSummary.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
-
id
public final String id()
The ID of the Anycast static IP list.
- Returns:
- The ID of the Anycast static IP list.
-
name
public final String name()
The name of the Anycast static IP list.
- Returns:
- The name of the Anycast static IP list.
-
status
public final String status()
The deployment status of the Anycast static IP list. Valid values: Deployed, Deploying, or Failed.
- Returns:
- The deployment status of the Anycast static IP list. Valid values: Deployed, Deploying, or Failed.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the Anycast static IP list.
- Returns:
- The Amazon Resource Name (ARN) of the Anycast static IP list.
-
ipCount
public final Integer ipCount()
The number of IP addresses in the Anycast static IP list.
- Returns:
- The number of IP addresses in the Anycast static IP list.
-
lastModifiedTime
public final Instant lastModifiedTime()
The last time the Anycast static IP list was modified.
- Returns:
- The last time the Anycast static IP list was modified.
-
toBuilder
public AnycastIpListSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnycastIpListSummary.Builder,AnycastIpListSummary>
-
builder
public static AnycastIpListSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnycastIpListSummary.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
-
-