@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountLevel extends Object implements Serializable, Cloneable
A container for the account level Amazon S3 Storage Lens configuration.
| Constructor and Description |
|---|
AccountLevel() |
| Modifier and Type | Method and Description |
|---|---|
AccountLevel |
clone() |
boolean |
equals(Object obj) |
ActivityMetrics |
getActivityMetrics()
A container for the S3 Storage Lens activity metrics.
|
BucketLevel |
getBucketLevel()
A container for the S3 Storage Lens bucket-level configuration.
|
int |
hashCode() |
void |
setActivityMetrics(ActivityMetrics activityMetrics)
A container for the S3 Storage Lens activity metrics.
|
void |
setBucketLevel(BucketLevel bucketLevel)
A container for the S3 Storage Lens bucket-level configuration.
|
String |
toString()
Returns a string representation of this object.
|
AccountLevel |
withActivityMetrics(ActivityMetrics activityMetrics)
A container for the S3 Storage Lens activity metrics.
|
AccountLevel |
withBucketLevel(BucketLevel bucketLevel)
A container for the S3 Storage Lens bucket-level configuration.
|
public void setActivityMetrics(ActivityMetrics activityMetrics)
A container for the S3 Storage Lens activity metrics.
activityMetrics - A container for the S3 Storage Lens activity metrics.public ActivityMetrics getActivityMetrics()
A container for the S3 Storage Lens activity metrics.
public AccountLevel withActivityMetrics(ActivityMetrics activityMetrics)
A container for the S3 Storage Lens activity metrics.
activityMetrics - A container for the S3 Storage Lens activity metrics.public void setBucketLevel(BucketLevel bucketLevel)
A container for the S3 Storage Lens bucket-level configuration.
bucketLevel - A container for the S3 Storage Lens bucket-level configuration.public BucketLevel getBucketLevel()
A container for the S3 Storage Lens bucket-level configuration.
public AccountLevel withBucketLevel(BucketLevel bucketLevel)
A container for the S3 Storage Lens bucket-level configuration.
bucketLevel - A container for the S3 Storage Lens bucket-level configuration.public String toString()
toString in class ObjectObject.toString()public AccountLevel clone()
Copyright © 2022. All rights reserved.