@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutStorageLensConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutStorageLensConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
PutStorageLensConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The account ID of the requester.
|
String |
getConfigId()
The ID of the S3 Storage Lens configuration.
|
StorageLensConfiguration |
getStorageLensConfiguration()
The S3 Storage Lens configuration.
|
List<StorageLensTag> |
getTags()
The tag set of the S3 Storage Lens configuration.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The account ID of the requester.
|
void |
setConfigId(String configId)
The ID of the S3 Storage Lens configuration.
|
void |
setStorageLensConfiguration(StorageLensConfiguration storageLensConfiguration)
The S3 Storage Lens configuration.
|
void |
setTags(Collection<StorageLensTag> tags)
The tag set of the S3 Storage Lens configuration.
|
String |
toString()
Returns a string representation of this object.
|
PutStorageLensConfigurationRequest |
withAccountId(String accountId)
The account ID of the requester.
|
PutStorageLensConfigurationRequest |
withConfigId(String configId)
The ID of the S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest |
withStorageLensConfiguration(StorageLensConfiguration storageLensConfiguration)
The S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest |
withTags(Collection<StorageLensTag> tags)
The tag set of the S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest |
withTags(StorageLensTag... tags)
The tag set of the S3 Storage Lens 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, withSdkRequestTimeout
public void setConfigId(String configId)
The ID of the S3 Storage Lens configuration.
configId
- The ID of the S3 Storage Lens configuration.public String getConfigId()
The ID of the S3 Storage Lens configuration.
public PutStorageLensConfigurationRequest withConfigId(String configId)
The ID of the S3 Storage Lens configuration.
configId
- The ID of the S3 Storage Lens configuration.public void setAccountId(String accountId)
The account ID of the requester.
accountId
- The account ID of the requester.public String getAccountId()
The account ID of the requester.
public PutStorageLensConfigurationRequest withAccountId(String accountId)
The account ID of the requester.
accountId
- The account ID of the requester.public void setStorageLensConfiguration(StorageLensConfiguration storageLensConfiguration)
The S3 Storage Lens configuration.
storageLensConfiguration
- The S3 Storage Lens configuration.public StorageLensConfiguration getStorageLensConfiguration()
The S3 Storage Lens configuration.
public PutStorageLensConfigurationRequest withStorageLensConfiguration(StorageLensConfiguration storageLensConfiguration)
The S3 Storage Lens configuration.
storageLensConfiguration
- The S3 Storage Lens configuration.public List<StorageLensTag> getTags()
The tag set of the S3 Storage Lens configuration.
You can set up to a maximum of 50 tags.
You can set up to a maximum of 50 tags.
public void setTags(Collection<StorageLensTag> tags)
The tag set of the S3 Storage Lens configuration.
You can set up to a maximum of 50 tags.
tags
- The tag set of the S3 Storage Lens configuration. You can set up to a maximum of 50 tags.
public PutStorageLensConfigurationRequest withTags(StorageLensTag... tags)
The tag set of the S3 Storage Lens configuration.
You can set up to a maximum of 50 tags.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tag set of the S3 Storage Lens configuration. You can set up to a maximum of 50 tags.
public PutStorageLensConfigurationRequest withTags(Collection<StorageLensTag> tags)
The tag set of the S3 Storage Lens configuration.
You can set up to a maximum of 50 tags.
tags
- The tag set of the S3 Storage Lens configuration. You can set up to a maximum of 50 tags.
public String toString()
toString
in class Object
Object.toString()
public PutStorageLensConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()