@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFirewallPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteFirewallPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFirewallPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFirewallPolicyArn()
The Amazon Resource Name (ARN) of the firewall policy.
|
String |
getFirewallPolicyName()
The descriptive name of the firewall policy.
|
int |
hashCode() |
void |
setFirewallPolicyArn(String firewallPolicyArn)
The Amazon Resource Name (ARN) of the firewall policy.
|
void |
setFirewallPolicyName(String firewallPolicyName)
The descriptive name of the firewall policy.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFirewallPolicyRequest |
withFirewallPolicyArn(String firewallPolicyArn)
The Amazon Resource Name (ARN) of the firewall policy.
|
DeleteFirewallPolicyRequest |
withFirewallPolicyName(String firewallPolicyName)
The descriptive name of the firewall policy.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFirewallPolicyName(String firewallPolicyName)
The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.
You must specify the ARN or the name, and you can specify both.
firewallPolicyName
- The descriptive name of the firewall policy. You can't change the name of a firewall policy after you
create it.
You must specify the ARN or the name, and you can specify both.
public String getFirewallPolicyName()
The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.
You must specify the ARN or the name, and you can specify both.
You must specify the ARN or the name, and you can specify both.
public DeleteFirewallPolicyRequest withFirewallPolicyName(String firewallPolicyName)
The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.
You must specify the ARN or the name, and you can specify both.
firewallPolicyName
- The descriptive name of the firewall policy. You can't change the name of a firewall policy after you
create it.
You must specify the ARN or the name, and you can specify both.
public void setFirewallPolicyArn(String firewallPolicyArn)
The Amazon Resource Name (ARN) of the firewall policy.
You must specify the ARN or the name, and you can specify both.
firewallPolicyArn
- The Amazon Resource Name (ARN) of the firewall policy.
You must specify the ARN or the name, and you can specify both.
public String getFirewallPolicyArn()
The Amazon Resource Name (ARN) of the firewall policy.
You must specify the ARN or the name, and you can specify both.
You must specify the ARN or the name, and you can specify both.
public DeleteFirewallPolicyRequest withFirewallPolicyArn(String firewallPolicyArn)
The Amazon Resource Name (ARN) of the firewall policy.
You must specify the ARN or the name, and you can specify both.
firewallPolicyArn
- The Amazon Resource Name (ARN) of the firewall policy.
You must specify the ARN or the name, and you can specify both.
public String toString()
toString
in class Object
Object.toString()
public DeleteFirewallPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()