@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() |
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) |
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) |
ImportFirewallDomainsResult |
withStatus(String status) |
ImportFirewallDomainsResult |
withStatusMessage(String statusMessage)
Additional information about the status of the list, if available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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
- FirewallDomainListStatus
public String getStatus()
FirewallDomainListStatus
public ImportFirewallDomainsResult withStatus(String status)
status
- FirewallDomainListStatus
public ImportFirewallDomainsResult withStatus(FirewallDomainListStatus status)
status
- FirewallDomainListStatus
public 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 Object
Object.toString()
public ImportFirewallDomainsResult clone()