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