public class CreateTrailResult extends Object implements Serializable
A JSON-formatted Trail object that represents the settings for the requested trail.
| Constructor and Description |
|---|
CreateTrailResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Trail |
getTrail()
Data type that represents the settings for a trail.
|
int |
hashCode() |
void |
setTrail(Trail trail)
Data type that represents the settings for a trail.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateTrailResult |
withTrail(Trail trail)
Data type that represents the settings for a trail.
|
public Trail getTrail()
public void setTrail(Trail trail)
trail - Data type that represents the settings for a trail.public CreateTrailResult withTrail(Trail trail)
Returns a reference to this object so that method calls can be chained together.
trail - Data type that represents the settings for a trail.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.