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