@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStorageLensGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateStorageLensGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateStorageLensGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account ID of the Storage Lens group owner.
|
String |
getName()
The name of the Storage Lens group that you want to update.
|
StorageLensGroup |
getStorageLensGroup()
The JSON file that contains the Storage Lens group configuration.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Web Services account ID of the Storage Lens group owner.
|
void |
setName(String name)
The name of the Storage Lens group that you want to update.
|
void |
setStorageLensGroup(StorageLensGroup storageLensGroup)
The JSON file that contains the Storage Lens group configuration.
|
String |
toString()
Returns a string representation of this object.
|
UpdateStorageLensGroupRequest |
withAccountId(String accountId)
The Amazon Web Services account ID of the Storage Lens group owner.
|
UpdateStorageLensGroupRequest |
withName(String name)
The name of the Storage Lens group that you want to update.
|
UpdateStorageLensGroupRequest |
withStorageLensGroup(StorageLensGroup storageLensGroup)
The JSON file that contains the Storage Lens group configuration.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
The name of the Storage Lens group that you want to update.
name - The name of the Storage Lens group that you want to update.public String getName()
The name of the Storage Lens group that you want to update.
public UpdateStorageLensGroupRequest withName(String name)
The name of the Storage Lens group that you want to update.
name - The name of the Storage Lens group that you want to update.public void setAccountId(String accountId)
The Amazon Web Services account ID of the Storage Lens group owner.
accountId - The Amazon Web Services account ID of the Storage Lens group owner.public String getAccountId()
The Amazon Web Services account ID of the Storage Lens group owner.
public UpdateStorageLensGroupRequest withAccountId(String accountId)
The Amazon Web Services account ID of the Storage Lens group owner.
accountId - The Amazon Web Services account ID of the Storage Lens group owner.public void setStorageLensGroup(StorageLensGroup storageLensGroup)
The JSON file that contains the Storage Lens group configuration.
storageLensGroup - The JSON file that contains the Storage Lens group configuration.public StorageLensGroup getStorageLensGroup()
The JSON file that contains the Storage Lens group configuration.
public UpdateStorageLensGroupRequest withStorageLensGroup(StorageLensGroup storageLensGroup)
The JSON file that contains the Storage Lens group configuration.
storageLensGroup - The JSON file that contains the Storage Lens group configuration.public String toString()
toString in class ObjectObject.toString()public UpdateStorageLensGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()