@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStorageLensGroupResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetStorageLensGroupResult() |
Modifier and Type | Method and Description |
---|---|
GetStorageLensGroupResult |
clone() |
boolean |
equals(Object obj) |
StorageLensGroup |
getStorageLensGroup()
The name of the Storage Lens group that you're trying to retrieve the configuration details for.
|
int |
hashCode() |
void |
setStorageLensGroup(StorageLensGroup storageLensGroup)
The name of the Storage Lens group that you're trying to retrieve the configuration details for.
|
String |
toString()
Returns a string representation of this object.
|
GetStorageLensGroupResult |
withStorageLensGroup(StorageLensGroup storageLensGroup)
The name of the Storage Lens group that you're trying to retrieve the configuration details for.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStorageLensGroup(StorageLensGroup storageLensGroup)
The name of the Storage Lens group that you're trying to retrieve the configuration details for.
storageLensGroup
- The name of the Storage Lens group that you're trying to retrieve the configuration details for.public StorageLensGroup getStorageLensGroup()
The name of the Storage Lens group that you're trying to retrieve the configuration details for.
public GetStorageLensGroupResult withStorageLensGroup(StorageLensGroup storageLensGroup)
The name of the Storage Lens group that you're trying to retrieve the configuration details for.
storageLensGroup
- The name of the Storage Lens group that you're trying to retrieve the configuration details for.public String toString()
toString
in class Object
Object.toString()
public GetStorageLensGroupResult clone()