@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FirewallPolicyStatelessCustomActionsDetails extends Object implements Serializable, Cloneable, StructuredPojo
A custom action that can be used for stateless packet handling.
| Constructor and Description |
|---|
FirewallPolicyStatelessCustomActionsDetails() |
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyStatelessCustomActionsDetails |
clone() |
boolean |
equals(Object obj) |
StatelessCustomActionDefinition |
getActionDefinition()
The definition of the custom action.
|
String |
getActionName()
The name of the custom action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setActionDefinition(StatelessCustomActionDefinition actionDefinition)
The definition of the custom action.
|
void |
setActionName(String actionName)
The name of the custom action.
|
String |
toString()
Returns a string representation of this object.
|
FirewallPolicyStatelessCustomActionsDetails |
withActionDefinition(StatelessCustomActionDefinition actionDefinition)
The definition of the custom action.
|
FirewallPolicyStatelessCustomActionsDetails |
withActionName(String actionName)
The name of the custom action.
|
public FirewallPolicyStatelessCustomActionsDetails()
public void setActionDefinition(StatelessCustomActionDefinition actionDefinition)
The definition of the custom action.
actionDefinition - The definition of the custom action.public StatelessCustomActionDefinition getActionDefinition()
The definition of the custom action.
public FirewallPolicyStatelessCustomActionsDetails withActionDefinition(StatelessCustomActionDefinition actionDefinition)
The definition of the custom action.
actionDefinition - The definition of the custom action.public void setActionName(String actionName)
The name of the custom action.
actionName - The name of the custom action.public String getActionName()
The name of the custom action.
public FirewallPolicyStatelessCustomActionsDetails withActionName(String actionName)
The name of the custom action.
actionName - The name of the custom action.public String toString()
toString in class ObjectObject.toString()public FirewallPolicyStatelessCustomActionsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.