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