@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 Object
Object.toString()
public StatefulRuleGroupReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.