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