@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FirewallPolicyStatefulRuleGroupReferencesDetails extends Object implements Serializable, Cloneable, StructuredPojo
A stateful rule group that is used by the firewall policy.
| Constructor and Description |
|---|
FirewallPolicyStatefulRuleGroupReferencesDetails() |
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyStatefulRuleGroupReferencesDetails |
clone() |
boolean |
equals(Object obj) |
String |
getResourceArn()
The ARN of the stateful rule group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setResourceArn(String resourceArn)
The ARN of the stateful rule group.
|
String |
toString()
Returns a string representation of this object.
|
FirewallPolicyStatefulRuleGroupReferencesDetails |
withResourceArn(String resourceArn)
The ARN of the stateful rule group.
|
public FirewallPolicyStatefulRuleGroupReferencesDetails()
public void setResourceArn(String resourceArn)
The ARN of the stateful rule group.
resourceArn - The ARN of the stateful rule group.public String getResourceArn()
The ARN of the stateful rule group.
public FirewallPolicyStatefulRuleGroupReferencesDetails withResourceArn(String resourceArn)
The ARN of the stateful rule group.
resourceArn - The ARN of the stateful rule group.public String toString()
toString in class ObjectObject.toString()public FirewallPolicyStatefulRuleGroupReferencesDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.