@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, 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 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.FirewallDomainListStatus
public String getStatus()
Status of the UpdateFirewallDomains
request.
UpdateFirewallDomains
request.FirewallDomainListStatus
public UpdateFirewallDomainsResult withStatus(String status)
Status of the UpdateFirewallDomains
request.
status
- Status of the UpdateFirewallDomains
request.FirewallDomainListStatus
public UpdateFirewallDomainsResult withStatus(FirewallDomainListStatus status)
Status of the UpdateFirewallDomains
request.
status
- Status of the UpdateFirewallDomains
request.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 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 Object
Object.toString()
public UpdateFirewallDomainsResult clone()