Class DescribeTrailsRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
Returns information about the trail.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanSpecifies whether to include shadow trails in the response.Specifies a list of trail names, trail ARNs, or both, of the trails to describe.inthashCode()Specifies whether to include shadow trails in the response.voidsetIncludeShadowTrails(Boolean includeShadowTrails) Specifies whether to include shadow trails in the response.voidsetTrailNameList(Collection<String> trailNameList) Specifies a list of trail names, trail ARNs, or both, of the trails to describe.toString()Returns a string representation of this object; useful for testing and debugging.withIncludeShadowTrails(Boolean includeShadowTrails) Specifies whether to include shadow trails in the response.withTrailNameList(String... trailNameList) Specifies a list of trail names, trail ARNs, or both, of the trails to describe.withTrailNameList(Collection<String> trailNameList) Specifies a list of trail names, trail ARNs, or both, of the trails to describe.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DescribeTrailsRequest
public DescribeTrailsRequest()
-
-
Method Details
-
getTrailNameList
Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrailIf an empty list is specified, information for the trail in the current region is returned.
-
If an empty list is specified and
IncludeShadowTrailsis false, then information for all trails in the current region is returned. -
If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.
If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.
- Returns:
- Specifies a list of trail names, trail ARNs, or both, of the
trails to describe. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrailIf an empty list is specified, information for the trail in the current region is returned.
-
If an empty list is specified and
IncludeShadowTrailsis false, then information for all trails in the current region is returned. -
If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.
If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.
-
-
-
setTrailNameList
Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrailIf an empty list is specified, information for the trail in the current region is returned.
-
If an empty list is specified and
IncludeShadowTrailsis false, then information for all trails in the current region is returned. -
If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.
If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.
- Parameters:
trailNameList- Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrailIf an empty list is specified, information for the trail in the current region is returned.
-
If an empty list is specified and
IncludeShadowTrailsis false, then information for all trails in the current region is returned. -
If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.
If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.
-
-
-
withTrailNameList
Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrailIf an empty list is specified, information for the trail in the current region is returned.
-
If an empty list is specified and
IncludeShadowTrailsis false, then information for all trails in the current region is returned. -
If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.
If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.
NOTE: This method appends the values to the existing list (if any). Use
setTrailNameList(java.util.Collection)orwithTrailNameList(java.util.Collection)if you want to override the existing values.- Parameters:
trailNameList- Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrailIf an empty list is specified, information for the trail in the current region is returned.
-
If an empty list is specified and
IncludeShadowTrailsis false, then information for all trails in the current region is returned. -
If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.
If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
withTrailNameList
Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrailIf an empty list is specified, information for the trail in the current region is returned.
-
If an empty list is specified and
IncludeShadowTrailsis false, then information for all trails in the current region is returned. -
If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.
If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.
- Parameters:
trailNameList- Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrailIf an empty list is specified, information for the trail in the current region is returned.
-
If an empty list is specified and
IncludeShadowTrailsis false, then information for all trails in the current region is returned. -
If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.
If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
setIncludeShadowTrails
Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.
- Parameters:
includeShadowTrails- Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.
-
getIncludeShadowTrails
Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.
- Returns:
- Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.
-
withIncludeShadowTrails
Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.
- Parameters:
includeShadowTrails- Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isIncludeShadowTrails
Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.
- Returns:
- Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-