@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.