@Generated(value="software.amazon.awssdk:codegen") public final class ImportFirewallDomainsResponse extends Route53ResolverResponse implements ToCopyableBuilder<ImportFirewallDomainsResponse.Builder,ImportFirewallDomainsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportFirewallDomainsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportFirewallDomainsResponse.Builder |
builder() |
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 firewall domain list that DNS Firewall just updated.
|
String |
name()
The name of the domain list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportFirewallDomainsResponse.Builder> |
serializableBuilderClass() |
FirewallDomainListStatus |
status()
Status of the import request.
|
String |
statusAsString()
Status of the import request.
|
String |
statusMessage()
Additional information about the status of the list, if available.
|
ImportFirewallDomainsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The Id of the firewall domain list that DNS Firewall just updated.
public final String name()
The name of the domain list.
public final FirewallDomainListStatus status()
Status of the import request.
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()
Status of the import request.
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 ImportFirewallDomainsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportFirewallDomainsResponse.Builder,ImportFirewallDomainsResponse>toBuilder in class AwsResponsepublic static ImportFirewallDomainsResponse.Builder builder()
public static Class<? extends ImportFirewallDomainsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.