@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFirewallDomainsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateFirewallDomainsResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateFirewallDomainsResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the firewall domain list that DNS Firewall just updated.
|
String |
getName()
The name of the domain list.
|
String |
getStatus()
Status of the
UpdateFirewallDomains request. |
String |
getStatusMessage()
Additional information about the status of the list, if available.
|
int |
hashCode() |
void |
setId(String id)
The ID of the firewall domain list that DNS Firewall just updated.
|
void |
setName(String name)
The name of the domain list.
|
void |
setStatus(String status)
Status of the
UpdateFirewallDomains request. |
void |
setStatusMessage(String statusMessage)
Additional information about the status of the list, if available.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFirewallDomainsResult |
withId(String id)
The ID of the firewall domain list that DNS Firewall just updated.
|
UpdateFirewallDomainsResult |
withName(String name)
The name of the domain list.
|
UpdateFirewallDomainsResult |
withStatus(FirewallDomainListStatus status)
Status of the
UpdateFirewallDomains request. |
UpdateFirewallDomainsResult |
withStatus(String status)
Status of the
UpdateFirewallDomains request. |
UpdateFirewallDomainsResult |
withStatusMessage(String statusMessage)
Additional information about the status of the list, if available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setId(String id)
The ID of the firewall domain list that DNS Firewall just updated.
id - The ID of the firewall domain list that DNS Firewall just updated.public String getId()
The ID of the firewall domain list that DNS Firewall just updated.
public UpdateFirewallDomainsResult withId(String id)
The ID of the firewall domain list that DNS Firewall just updated.
id - The ID of the firewall domain list that DNS Firewall just updated.public void setName(String name)
The name of the domain list.
name - The name of the domain list.public String getName()
The name of the domain list.
public UpdateFirewallDomainsResult withName(String name)
The name of the domain list.
name - The name of the domain list.public void setStatus(String status)
Status of the UpdateFirewallDomains request.
status - Status of the UpdateFirewallDomains request.FirewallDomainListStatuspublic String getStatus()
Status of the UpdateFirewallDomains request.
UpdateFirewallDomains request.FirewallDomainListStatuspublic UpdateFirewallDomainsResult withStatus(String status)
Status of the UpdateFirewallDomains request.
status - Status of the UpdateFirewallDomains request.FirewallDomainListStatuspublic UpdateFirewallDomainsResult withStatus(FirewallDomainListStatus status)
Status of the UpdateFirewallDomains request.
status - Status of the UpdateFirewallDomains request.FirewallDomainListStatuspublic void setStatusMessage(String statusMessage)
Additional information about the status of the list, if available.
statusMessage - Additional information about the status of the list, if available.public String getStatusMessage()
Additional information about the status of the list, if available.
public UpdateFirewallDomainsResult withStatusMessage(String statusMessage)
Additional information about the status of the list, if available.
statusMessage - Additional information about the status of the list, if available.public String toString()
toString in class ObjectObject.toString()public UpdateFirewallDomainsResult clone()