@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStorageLensConfigurationResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetStorageLensConfigurationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetStorageLensConfigurationResult | clone() | 
| boolean | equals(Object obj) | 
| StorageLensConfiguration | getStorageLensConfiguration()
 The S3 Storage Lens configuration requested. | 
| int | hashCode() | 
| void | setStorageLensConfiguration(StorageLensConfiguration storageLensConfiguration)
 The S3 Storage Lens configuration requested. | 
| String | toString()Returns a string representation of this object. | 
| GetStorageLensConfigurationResult | withStorageLensConfiguration(StorageLensConfiguration storageLensConfiguration)
 The S3 Storage Lens configuration requested. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStorageLensConfiguration(StorageLensConfiguration storageLensConfiguration)
The S3 Storage Lens configuration requested.
storageLensConfiguration - The S3 Storage Lens configuration requested.public StorageLensConfiguration getStorageLensConfiguration()
The S3 Storage Lens configuration requested.
public GetStorageLensConfigurationResult withStorageLensConfiguration(StorageLensConfiguration storageLensConfiguration)
The S3 Storage Lens configuration requested.
storageLensConfiguration - The S3 Storage Lens configuration requested.public String toString()
toString in class ObjectObject.toString()public GetStorageLensConfigurationResult clone()