@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStorageLensGroupEntry extends Object implements Serializable, Cloneable
Each entry contains a Storage Lens group that exists in the specified home Region.
Constructor and Description |
---|
ListStorageLensGroupEntry() |
Modifier and Type | Method and Description |
---|---|
ListStorageLensGroupEntry |
clone() |
boolean |
equals(Object obj) |
String |
getHomeRegion()
Contains the Amazon Web Services Region where the Storage Lens group was created.
|
String |
getName()
Contains the name of the Storage Lens group that exists in the specified home Region.
|
String |
getStorageLensGroupArn()
Contains the Amazon Resource Name (ARN) of the Storage Lens group.
|
int |
hashCode() |
void |
setHomeRegion(String homeRegion)
Contains the Amazon Web Services Region where the Storage Lens group was created.
|
void |
setName(String name)
Contains the name of the Storage Lens group that exists in the specified home Region.
|
void |
setStorageLensGroupArn(String storageLensGroupArn)
Contains the Amazon Resource Name (ARN) of the Storage Lens group.
|
String |
toString()
Returns a string representation of this object.
|
ListStorageLensGroupEntry |
withHomeRegion(String homeRegion)
Contains the Amazon Web Services Region where the Storage Lens group was created.
|
ListStorageLensGroupEntry |
withName(String name)
Contains the name of the Storage Lens group that exists in the specified home Region.
|
ListStorageLensGroupEntry |
withStorageLensGroupArn(String storageLensGroupArn)
Contains the Amazon Resource Name (ARN) of the Storage Lens group.
|
public void setName(String name)
Contains the name of the Storage Lens group that exists in the specified home Region.
name
- Contains the name of the Storage Lens group that exists in the specified home Region.public String getName()
Contains the name of the Storage Lens group that exists in the specified home Region.
public ListStorageLensGroupEntry withName(String name)
Contains the name of the Storage Lens group that exists in the specified home Region.
name
- Contains the name of the Storage Lens group that exists in the specified home Region.public void setStorageLensGroupArn(String storageLensGroupArn)
Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.
storageLensGroupArn
- Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.public String getStorageLensGroupArn()
Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.
public ListStorageLensGroupEntry withStorageLensGroupArn(String storageLensGroupArn)
Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.
storageLensGroupArn
- Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.public void setHomeRegion(String homeRegion)
Contains the Amazon Web Services Region where the Storage Lens group was created.
homeRegion
- Contains the Amazon Web Services Region where the Storage Lens group was created.public String getHomeRegion()
Contains the Amazon Web Services Region where the Storage Lens group was created.
public ListStorageLensGroupEntry withHomeRegion(String homeRegion)
Contains the Amazon Web Services Region where the Storage Lens group was created.
homeRegion
- Contains the Amazon Web Services Region where the Storage Lens group was created.public String toString()
toString
in class Object
Object.toString()
public ListStorageLensGroupEntry clone()