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