public class StartLoggingRequest extends AmazonWebServiceRequest implements Serializable
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 |
---|---|
boolean |
equals(Object obj) |
String |
getName()
The name of the Trail for which CloudTrail logs AWS API calls.
|
int |
hashCode() |
void |
setName(String name)
The name 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)
The name of the Trail for which CloudTrail logs AWS API calls.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getName()
public void setName(String name)
name
- The name of the Trail for which CloudTrail logs AWS API calls.public StartLoggingRequest 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 CloudTrail logs AWS API calls.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.