@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutFirewallRuleGroupPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutFirewallRuleGroupPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
PutFirewallRuleGroupPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getArn()
The ARN (Amazon Resource Name) for the rule group that you want to share.
|
String |
getFirewallRuleGroupPolicy()
The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN (Amazon Resource Name) for the rule group that you want to share.
|
void |
setFirewallRuleGroupPolicy(String firewallRuleGroupPolicy)
The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.
|
String |
toString()
Returns a string representation of this object.
|
PutFirewallRuleGroupPolicyRequest |
withArn(String arn)
The ARN (Amazon Resource Name) for the rule group that you want to share.
|
PutFirewallRuleGroupPolicyRequest |
withFirewallRuleGroupPolicy(String firewallRuleGroupPolicy)
The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.
|
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 setArn(String arn)
The ARN (Amazon Resource Name) for the rule group that you want to share.
arn
- The ARN (Amazon Resource Name) for the rule group that you want to share.public String getArn()
The ARN (Amazon Resource Name) for the rule group that you want to share.
public PutFirewallRuleGroupPolicyRequest withArn(String arn)
The ARN (Amazon Resource Name) for the rule group that you want to share.
arn
- The ARN (Amazon Resource Name) for the rule group that you want to share.public void setFirewallRuleGroupPolicy(String firewallRuleGroupPolicy)
The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.
firewallRuleGroupPolicy
- The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.public String getFirewallRuleGroupPolicy()
The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.
public PutFirewallRuleGroupPolicyRequest withFirewallRuleGroupPolicy(String firewallRuleGroupPolicy)
The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.
firewallRuleGroupPolicy
- The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.public String toString()
toString
in class Object
Object.toString()
public PutFirewallRuleGroupPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()