@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFirewallPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteFirewallPolicyResult() |
Modifier and Type | Method and Description |
---|---|
DeleteFirewallPolicyResult |
clone() |
boolean |
equals(Object obj) |
FirewallPolicyResponse |
getFirewallPolicyResponse()
The object containing the definition of the FirewallPolicyResponse that you asked to delete.
|
int |
hashCode() |
void |
setFirewallPolicyResponse(FirewallPolicyResponse firewallPolicyResponse)
The object containing the definition of the FirewallPolicyResponse that you asked to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFirewallPolicyResult |
withFirewallPolicyResponse(FirewallPolicyResponse firewallPolicyResponse)
The object containing the definition of the FirewallPolicyResponse that you asked to delete.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFirewallPolicyResponse(FirewallPolicyResponse firewallPolicyResponse)
The object containing the definition of the FirewallPolicyResponse that you asked to delete.
firewallPolicyResponse
- The object containing the definition of the FirewallPolicyResponse that you asked to delete.public FirewallPolicyResponse getFirewallPolicyResponse()
The object containing the definition of the FirewallPolicyResponse that you asked to delete.
public DeleteFirewallPolicyResult withFirewallPolicyResponse(FirewallPolicyResponse firewallPolicyResponse)
The object containing the definition of the FirewallPolicyResponse that you asked to delete.
firewallPolicyResponse
- The object containing the definition of the FirewallPolicyResponse that you asked to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteFirewallPolicyResult clone()