@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StatefulRuleGroupReference extends Object implements Serializable, Cloneable, StructuredPojo
Identifier for a single stateful rule group, used in a firewall policy to refer to a rule group.
| Constructor and Description |
|---|
StatefulRuleGroupReference() |
| Modifier and Type | Method and Description |
|---|---|
StatefulRuleGroupReference |
clone() |
boolean |
equals(Object obj) |
String |
getResourceArn()
The Amazon Resource Name (ARN) of the stateful rule group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the stateful rule group.
|
String |
toString()
Returns a string representation of this object.
|
StatefulRuleGroupReference |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the stateful rule group.
|
public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the stateful rule group.
resourceArn - The Amazon Resource Name (ARN) of the stateful rule group.public String getResourceArn()
The Amazon Resource Name (ARN) of the stateful rule group.
public StatefulRuleGroupReference withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the stateful rule group.
resourceArn - The Amazon Resource Name (ARN) of the stateful rule group.public String toString()
toString in class ObjectObject.toString()public StatefulRuleGroupReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.