Class IpAccessSettingsSummary
- java.lang.Object
-
- software.amazon.awssdk.services.workspacesweb.model.IpAccessSettingsSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IpAccessSettingsSummary.Builder,IpAccessSettingsSummary>
@Generated("software.amazon.awssdk:codegen") public final class IpAccessSettingsSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IpAccessSettingsSummary.Builder,IpAccessSettingsSummary>
The summary of IP access settings.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIpAccessSettingsSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IpAccessSettingsSummary.Builderbuilder()InstantcreationDate()The creation date timestamp of the IP access settings.Stringdescription()The description of the IP access settings.StringdisplayName()The display name of the IP access settings.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringipAccessSettingsArn()The ARN of IP access settings.List<SdkField<?>>sdkFields()static Class<? extends IpAccessSettingsSummary.Builder>serializableBuilderClass()IpAccessSettingsSummary.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
-
creationDate
public final Instant creationDate()
The creation date timestamp of the IP access settings.
- Returns:
- The creation date timestamp of the IP access settings.
-
description
public final String description()
The description of the IP access settings.
- Returns:
- The description of the IP access settings.
-
displayName
public final String displayName()
The display name of the IP access settings.
- Returns:
- The display name of the IP access settings.
-
ipAccessSettingsArn
public final String ipAccessSettingsArn()
The ARN of IP access settings.
- Returns:
- The ARN of IP access settings.
-
toBuilder
public IpAccessSettingsSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IpAccessSettingsSummary.Builder,IpAccessSettingsSummary>
-
builder
public static IpAccessSettingsSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends IpAccessSettingsSummary.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.
-
-