Cloneable
, ReadLimitInfo
, ToCopyableBuilder<StopLoggingRequest.Builder,StopLoggingRequest>
@Generated("software.amazon.awssdk:codegen") public class StopLoggingRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<StopLoggingRequest.Builder,StopLoggingRequest>
Passes the request to CloudTrail to stop logging AWS API calls for the specified account.
Modifier and Type | Class | Description |
---|---|---|
static interface |
StopLoggingRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static StopLoggingRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls.
|
static Class<? extends StopLoggingRequest.Builder> |
serializableBuilderClass() |
|
StopLoggingRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String name()
Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail
public StopLoggingRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StopLoggingRequest.Builder,StopLoggingRequest>
public static StopLoggingRequest.Builder builder()
public static Class<? extends StopLoggingRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.