@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() |
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.
|
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) |
UpdateFirewallDomainsResult |
withStatus(String status) |
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
- FirewallDomainListStatus
public String getStatus()
FirewallDomainListStatus
public UpdateFirewallDomainsResult withStatus(String status)
status
- FirewallDomainListStatus
public UpdateFirewallDomainsResult 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 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()