@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFirewallDomainsResponse extends Route53ResolverResponse implements ToCopyableBuilder<UpdateFirewallDomainsResponse.Builder,UpdateFirewallDomainsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFirewallDomainsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateFirewallDomainsResponse.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 UpdateFirewallDomainsResponse.Builder> |
serializableBuilderClass() |
FirewallDomainListStatus |
status()
Status of the
UpdateFirewallDomains request. |
String |
statusAsString()
Status of the
UpdateFirewallDomains request. |
String |
statusMessage()
Additional information about the status of the list, if available.
|
UpdateFirewallDomainsResponse.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 UpdateFirewallDomains 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().
UpdateFirewallDomains request.FirewallDomainListStatuspublic final String statusAsString()
Status of the UpdateFirewallDomains 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().
UpdateFirewallDomains request.FirewallDomainListStatuspublic final String statusMessage()
Additional information about the status of the list, if available.
public UpdateFirewallDomainsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFirewallDomainsResponse.Builder,UpdateFirewallDomainsResponse>toBuilder in class AwsResponsepublic static UpdateFirewallDomainsResponse.Builder builder()
public static Class<? extends UpdateFirewallDomainsResponse.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.