@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFirewallDomainListResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteFirewallDomainListResult() |
Modifier and Type | Method and Description |
---|---|
DeleteFirewallDomainListResult |
clone() |
boolean |
equals(Object obj) |
FirewallDomainList |
getFirewallDomainList()
The domain list that you just deleted.
|
int |
hashCode() |
void |
setFirewallDomainList(FirewallDomainList firewallDomainList)
The domain list that you just deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFirewallDomainListResult |
withFirewallDomainList(FirewallDomainList firewallDomainList)
The domain list that you just deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFirewallDomainList(FirewallDomainList firewallDomainList)
The domain list that you just deleted.
firewallDomainList
- The domain list that you just deleted.public FirewallDomainList getFirewallDomainList()
The domain list that you just deleted.
public DeleteFirewallDomainListResult withFirewallDomainList(FirewallDomainList firewallDomainList)
The domain list that you just deleted.
firewallDomainList
- The domain list that you just deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteFirewallDomainListResult clone()