public class UpdateTrailResult extends Object implements Serializable
Returns the objects or data listed below if successful. Otherwise, returns an error.
| Constructor and Description |
|---|
UpdateTrailResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Trail |
getTrail()
Represents the CloudTrail settings that were updated by calling
UpdateTrail.
|
int |
hashCode() |
void |
setTrail(Trail trail)
Represents the CloudTrail settings that were updated by calling
UpdateTrail.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateTrailResult |
withTrail(Trail trail)
Represents the CloudTrail settings that were updated by calling
UpdateTrail.
|
public Trail getTrail()
public void setTrail(Trail trail)
trail - Represents the CloudTrail settings that were updated by calling
UpdateTrail.public UpdateTrailResult withTrail(Trail trail)
Returns a reference to this object so that method calls can be chained together.
trail - Represents the CloudTrail settings that were updated by calling
UpdateTrail.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.