|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudtrail.model.GetTrailStatusRequest
public class GetTrailStatusRequest
Container for the parameters to the GetTrailStatus operation
.
Returns a JSON-formatted list of information about the specified trail. Fields include information such as delivery errors, Amazon SNS and Amazon S3 errors, and times that logging started and stopped for each trail.
AWSCloudTrail.getTrailStatus(GetTrailStatusRequest)
,
Serialized FormConstructor Summary | |
---|---|
GetTrailStatusRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetTrailStatusRequest()
Method Detail |
---|
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 int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |