@Generated(value="software.amazon.awssdk:codegen") public final class IpAccessSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IpAccessSettings.Builder,IpAccessSettings>
The IP access settings resource that can be associated with a web portal.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IpAccessSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
associatedPortalArns()
A list of web portal ARNs that this IP access settings resource is associated with.
|
static IpAccessSettings.Builder |
builder() |
Instant |
creationDate()
The creation date timestamp of the IP access settings.
|
String |
description()
The description of the IP access settings.
|
String |
displayName()
The display name of the IP access settings.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAssociatedPortalArns()
For responses, this returns true if the service returned a value for the AssociatedPortalArns property.
|
int |
hashCode() |
boolean |
hasIpRules()
For responses, this returns true if the service returned a value for the IpRules property.
|
String |
ipAccessSettingsArn()
The ARN of the IP access settings resource.
|
List<IpRule> |
ipRules()
The IP rules of the IP access settings.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IpAccessSettings.Builder> |
serializableBuilderClass() |
IpAccessSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasAssociatedPortalArns()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> associatedPortalArns()
A list of web portal ARNs that this IP access settings resource is associated with.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAssociatedPortalArns() method.
public final Instant creationDate()
The creation date timestamp of the IP access settings.
public final String description()
The description of the IP access settings.
public final String displayName()
The display name of the IP access settings.
public final String ipAccessSettingsArn()
The ARN of the IP access settings resource.
public final boolean hasIpRules()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<IpRule> ipRules()
The IP rules of the IP access settings.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasIpRules() method.
public IpAccessSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IpAccessSettings.Builder,IpAccessSettings>public static IpAccessSettings.Builder builder()
public static Class<? extends IpAccessSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.