@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Trigger extends Object implements Serializable, Cloneable
Describes a trigger.
Constructor and Description |
---|
Trigger() |
Modifier and Type | Method and Description |
---|---|
Trigger |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the trigger.
|
int |
hashCode() |
void |
setName(String name)
The name of the trigger.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Trigger |
withName(String name)
The name of the trigger.
|
public void setName(String name)
The name of the trigger.
name
- The name of the trigger.public String getName()
The name of the trigger.
public Trigger withName(String name)
The name of the trigger.
name
- The name of the trigger.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.