@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionCondition extends Object implements Serializable, Cloneable, StructuredPojo
A single action condition for a Condition in a logging filter.
| Constructor and Description |
|---|
ActionCondition() |
| Modifier and Type | Method and Description |
|---|---|
ActionCondition |
clone() |
boolean |
equals(Object obj) |
String |
getAction()
The action setting that a log record must contain in order to meet the condition.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAction(String action)
The action setting that a log record must contain in order to meet the condition.
|
String |
toString()
Returns a string representation of this object.
|
ActionCondition |
withAction(ActionValue action)
The action setting that a log record must contain in order to meet the condition.
|
ActionCondition |
withAction(String action)
The action setting that a log record must contain in order to meet the condition.
|
public void setAction(String action)
The action setting that a log record must contain in order to meet the condition.
action - The action setting that a log record must contain in order to meet the condition.ActionValuepublic String getAction()
The action setting that a log record must contain in order to meet the condition.
ActionValuepublic ActionCondition withAction(String action)
The action setting that a log record must contain in order to meet the condition.
action - The action setting that a log record must contain in order to meet the condition.ActionValuepublic ActionCondition withAction(ActionValue action)
The action setting that a log record must contain in order to meet the condition.
action - The action setting that a log record must contain in order to meet the condition.ActionValuepublic String toString()
toString in class ObjectObject.toString()public ActionCondition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.