public class GetTrailStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetTrailStatus operation
.
Returns a JSON-formatted list of information about the specified trail. Fields include information on delivery errors, Amazon SNS and Amazon S3 errors, and start and stop logging times for each trail.
NOOP
Constructor and Description |
---|
GetTrailStatusRequest() |
Modifier and Type | Method and Description |
---|---|
GetTrailStatusRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getName()
The name of the trail for which you are requesting the current status.
|
int |
hashCode() |
void |
setName(String name)
The name of the trail for which you are requesting the current status.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTrailStatusRequest |
withName(String name)
The name of the trail for which you are requesting the current status.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getName()
public void setName(String name)
name
- The name of the trail for which you are requesting the current status.public GetTrailStatusRequest withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- The name of the trail for which you are requesting the current status.public String toString()
toString
in class Object
Object.toString()
public GetTrailStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.