public class StartLoggingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
StartLogging operation.
Starts the recording of AWS API calls and log file delivery for a trail.
NOOP| Constructor and Description |
|---|
StartLoggingRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartLoggingRequest |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Specifies the name or the CloudTrail ARN of the trail for which
CloudTrail logs AWS API calls.
|
int |
hashCode() |
void |
setName(String name)
Specifies the name or the CloudTrail ARN of the trail for which
CloudTrail logs AWS API calls.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartLoggingRequest |
withName(String name)
Specifies the name or the CloudTrail ARN of the trail for which
CloudTrail logs AWS API calls.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getName()
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail.arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail.public void setName(String name)
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail.name - Specifies the name or the CloudTrail ARN of the trail for which
CloudTrail logs AWS API calls. The format of a trail ARN is
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail.public StartLoggingRequest withName(String name)
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail.
Returns a reference to this object so that method calls can be chained together.
name - Specifies the name or the CloudTrail ARN of the trail for which
CloudTrail logs AWS API calls. The format of a trail ARN is
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail.public String toString()
toString in class ObjectObject.toString()public StartLoggingRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.