public class StopLoggingRequest extends AmazonWebServiceRequest implements Serializable
StopLogging operation
.
Suspends the recording of AWS API calls and log file delivery for the specified trail. Under most circumstances, there is no need to use this action. You can update a trail without stopping it first. This action is the only way to stop recording.
NOOP
Constructor and Description |
---|
StopLoggingRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Communicates to CloudTrail the name of the Trail for which to
stop logging AWS API calls.
|
int |
hashCode() |
void |
setName(String name)
Communicates to CloudTrail the name of the Trail for which to
stop logging AWS API calls.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StopLoggingRequest |
withName(String name)
Communicates to CloudTrail the name of the Trail for which to
stop logging AWS API calls.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getName()
public void setName(String name)
name
- Communicates to CloudTrail the name of the Trail for which to
stop logging AWS API calls.public StopLoggingRequest withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- Communicates to CloudTrail the name of the Trail for which to
stop logging AWS API calls.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.