public class DescribeTrailsRequest extends AmazonWebServiceRequest implements Serializable
DescribeTrails operation.
Retrieves settings for the trail associated with the current region for your account.
NOOP| Constructor and Description |
|---|
DescribeTrailsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getTrailNameList()
The trail returned.
|
int |
hashCode() |
void |
setTrailNameList(Collection<String> trailNameList)
The trail returned.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTrailsRequest |
withTrailNameList(Collection<String> trailNameList)
The trail returned.
|
DescribeTrailsRequest |
withTrailNameList(String... trailNameList)
The trail returned.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic List<String> getTrailNameList()
public void setTrailNameList(Collection<String> trailNameList)
trailNameList - The trail returned.public DescribeTrailsRequest withTrailNameList(String... trailNameList)
Returns a reference to this object so that method calls can be chained together.
trailNameList - The trail returned.public DescribeTrailsRequest withTrailNameList(Collection<String> trailNameList)
Returns a reference to this object so that method calls can be chained together.
trailNameList - The trail returned.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.