@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, setSdkResponseMetadata
public 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 (AWS 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 (AWS 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 (AWS 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 (AWS 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 (AWS RAM).public String toString()
toString
in class Object
Object.toString()
public GetFirewallRuleGroupPolicyResult clone()