@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFirewallRuleGroupPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetFirewallRuleGroupPolicyResult() |
| Modifier and Type | Method and Description |
|---|---|
GetFirewallRuleGroupPolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getFirewallRuleGroupPolicy()
The AWS Identity and Access Management (AWS IAM) policy for sharing the specified rule group.
|
int |
hashCode() |
void |
setFirewallRuleGroupPolicy(String firewallRuleGroupPolicy)
The AWS Identity and Access Management (AWS IAM) policy for sharing the specified rule group.
|
String |
toString()
Returns a string representation of this object.
|
GetFirewallRuleGroupPolicyResult |
withFirewallRuleGroupPolicy(String firewallRuleGroupPolicy)
The AWS Identity and Access Management (AWS IAM) policy for sharing the specified rule group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFirewallRuleGroupPolicy(String firewallRuleGroupPolicy)
The AWS Identity and Access Management (AWS IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using AWS Resource Access Manager (RAM).
firewallRuleGroupPolicy - The AWS Identity and Access Management (AWS IAM) policy for sharing the specified rule group. You can use
the policy to share the rule group using AWS Resource Access Manager (RAM).public String getFirewallRuleGroupPolicy()
The AWS Identity and Access Management (AWS IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using AWS Resource Access Manager (RAM).
public GetFirewallRuleGroupPolicyResult withFirewallRuleGroupPolicy(String firewallRuleGroupPolicy)
The AWS Identity and Access Management (AWS IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using AWS Resource Access Manager (RAM).
firewallRuleGroupPolicy - The AWS Identity and Access Management (AWS IAM) policy for sharing the specified rule group. You can use
the policy to share the rule group using AWS Resource Access Manager (RAM).public String toString()
toString in class ObjectObject.toString()public GetFirewallRuleGroupPolicyResult clone()
Copyright © 2021. All rights reserved.