@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StatelessCustomActionDefinition extends Object implements Serializable, Cloneable, StructuredPojo
The definition of a custom action that can be used for stateless packet handling.
| Constructor and Description |
|---|
StatelessCustomActionDefinition() |
| Modifier and Type | Method and Description |
|---|---|
StatelessCustomActionDefinition |
clone() |
boolean |
equals(Object obj) |
StatelessCustomPublishMetricAction |
getPublishMetricAction()
Information about metrics to publish to CloudWatch.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPublishMetricAction(StatelessCustomPublishMetricAction publishMetricAction)
Information about metrics to publish to CloudWatch.
|
String |
toString()
Returns a string representation of this object.
|
StatelessCustomActionDefinition |
withPublishMetricAction(StatelessCustomPublishMetricAction publishMetricAction)
Information about metrics to publish to CloudWatch.
|
public void setPublishMetricAction(StatelessCustomPublishMetricAction publishMetricAction)
Information about metrics to publish to CloudWatch.
publishMetricAction - Information about metrics to publish to CloudWatch.public StatelessCustomPublishMetricAction getPublishMetricAction()
Information about metrics to publish to CloudWatch.
public StatelessCustomActionDefinition withPublishMetricAction(StatelessCustomPublishMetricAction publishMetricAction)
Information about metrics to publish to CloudWatch.
publishMetricAction - Information about metrics to publish to CloudWatch.public String toString()
toString in class ObjectObject.toString()public StatelessCustomActionDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.