@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportFirewallDomainsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ImportFirewallDomainsResult() |
| Modifier and Type | Method and Description |
|---|---|
ImportFirewallDomainsResult |
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 import 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 import request.
|
void |
setStatusMessage(String statusMessage)
Additional information about the status of the list, if available.
|
String |
toString()
Returns a string representation of this object.
|
ImportFirewallDomainsResult |
withId(String id)
The Id of the firewall domain list that DNS Firewall just updated.
|
ImportFirewallDomainsResult |
withName(String name)
The name of the domain list.
|
ImportFirewallDomainsResult |
withStatus(FirewallDomainListStatus status)
Status of the import request.
|
ImportFirewallDomainsResult |
withStatus(String status)
Status of the import request.
|
ImportFirewallDomainsResult |
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 ImportFirewallDomainsResult 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 ImportFirewallDomainsResult withName(String name)
The name of the domain list.
name - The name of the domain list.public void setStatus(String status)
Status of the import request.
status - Status of the import request.FirewallDomainListStatuspublic String getStatus()
Status of the import request.
FirewallDomainListStatuspublic ImportFirewallDomainsResult withStatus(String status)
Status of the import request.
status - Status of the import request.FirewallDomainListStatuspublic ImportFirewallDomainsResult withStatus(FirewallDomainListStatus status)
Status of the import request.
status - Status of the import 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 ImportFirewallDomainsResult 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 ImportFirewallDomainsResult clone()