@Generated(value="software.amazon.awssdk:codegen") public final class FirewallDomainList extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FirewallDomainList.Builder,FirewallDomainList>
High-level information about a list of firewall domains for use in a FirewallRule. This is returned by GetFirewallDomainList.
To retrieve the domains that are defined for this domain list, call ListFirewallDomains.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FirewallDomainList.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the firewall domain list.
|
static FirewallDomainList.Builder |
builder() |
String |
creationTime()
The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).
|
String |
creatorRequestId()
A unique string defined by you to identify the request.
|
Integer |
domainCount()
The number of domain names that are specified in the domain list.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the domain list.
|
String |
managedOwnerName()
The owner of the list, used only for lists that are not managed by you.
|
String |
modificationTime()
The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time
(UTC).
|
String |
name()
The name of the domain list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FirewallDomainList.Builder> |
serializableBuilderClass() |
FirewallDomainListStatus |
status()
The status of the domain list.
|
String |
statusAsString()
The status of the domain list.
|
String |
statusMessage()
Additional information about the status of the list, if available.
|
FirewallDomainList.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The ID of the domain list.
public final String arn()
The Amazon Resource Name (ARN) of the firewall domain list.
public final String name()
The name of the domain list.
public final Integer domainCount()
The number of domain names that are specified in the domain list.
public final FirewallDomainListStatus status()
The status of the domain list.
If the service returns an enum value that is not available in the current SDK version, status will
return FirewallDomainListStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
FirewallDomainListStatuspublic final String statusAsString()
The status of the domain list.
If the service returns an enum value that is not available in the current SDK version, status will
return FirewallDomainListStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
FirewallDomainListStatuspublic final String statusMessage()
Additional information about the status of the list, if available.
public final String managedOwnerName()
The owner of the list, used only for lists that are not managed by you. For example, the managed domain list
AWSManagedDomainsMalwareDomainList has the managed owner name
Route 53 Resolver DNS Firewall.
AWSManagedDomainsMalwareDomainList has the managed owner name
Route 53 Resolver DNS Firewall.public final String creatorRequestId()
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
public final String creationTime()
The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).
public final String modificationTime()
The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC).
public FirewallDomainList.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FirewallDomainList.Builder,FirewallDomainList>public static FirewallDomainList.Builder builder()
public static Class<? extends FirewallDomainList.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.