|
||||||||||
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.StopLoggingRequest
public class StopLoggingRequest
Container for the parameters to the 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.
AWSCloudTrail.stopLogging(StopLoggingRequest)
,
Serialized FormConstructor Summary | |
---|---|
StopLoggingRequest()
|
Method Summary | |
---|---|
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. |
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 StopLoggingRequest()
Method Detail |
---|
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()
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 |