@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageLensGroupLevel extends Object implements Serializable, Cloneable
Specifies the Storage Lens groups to include in the Storage Lens group aggregation.
Constructor and Description |
---|
StorageLensGroupLevel() |
Modifier and Type | Method and Description |
---|---|
StorageLensGroupLevel |
clone() |
boolean |
equals(Object obj) |
StorageLensGroupLevelSelectionCriteria |
getSelectionCriteria()
Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation.
|
int |
hashCode() |
void |
setSelectionCriteria(StorageLensGroupLevelSelectionCriteria selectionCriteria)
Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation.
|
String |
toString()
Returns a string representation of this object.
|
StorageLensGroupLevel |
withSelectionCriteria(StorageLensGroupLevelSelectionCriteria selectionCriteria)
Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation.
|
public void setSelectionCriteria(StorageLensGroupLevelSelectionCriteria selectionCriteria)
Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation. If this value is left null, then all Storage Lens groups are selected.
selectionCriteria
- Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation. If
this value is left null, then all Storage Lens groups are selected.public StorageLensGroupLevelSelectionCriteria getSelectionCriteria()
Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation. If this value is left null, then all Storage Lens groups are selected.
public StorageLensGroupLevel withSelectionCriteria(StorageLensGroupLevelSelectionCriteria selectionCriteria)
Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation. If this value is left null, then all Storage Lens groups are selected.
selectionCriteria
- Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation. If
this value is left null, then all Storage Lens groups are selected.public String toString()
toString
in class Object
Object.toString()
public StorageLensGroupLevel clone()