@Generated(value="software.amazon.awssdk:codegen") public final class FirewallDomainListMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FirewallDomainListMetadata.Builder,FirewallDomainListMetadata>
Minimal high-level information for a firewall domain list. The action ListFirewallDomainLists returns an array of these objects.
To retrieve full information for a firewall domain list, call GetFirewallDomainList and ListFirewallDomains.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FirewallDomainListMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the firewall domain list metadata.
|
static FirewallDomainListMetadata.Builder |
builder() |
String |
creatorRequestId()
A unique string defined by you to identify the request.
|
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 |
name()
The name of the domain list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FirewallDomainListMetadata.Builder> |
serializableBuilderClass() |
FirewallDomainListMetadata.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 metadata.
public final String name()
The name of the domain list.
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 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 FirewallDomainListMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FirewallDomainListMetadata.Builder,FirewallDomainListMetadata>public static FirewallDomainListMetadata.Builder builder()
public static Class<? extends FirewallDomainListMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.