@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStorageLensConfigurationTaggingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetStorageLensConfigurationTaggingRequest() |
Modifier and Type | Method and Description |
---|---|
GetStorageLensConfigurationTaggingRequest |
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 Amazon S3 Storage Lens configuration.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The account ID of the requester.
|
void |
setConfigId(String configId)
The ID of the Amazon S3 Storage Lens configuration.
|
String |
toString()
Returns a string representation of this object.
|
GetStorageLensConfigurationTaggingRequest |
withAccountId(String accountId)
The account ID of the requester.
|
GetStorageLensConfigurationTaggingRequest |
withConfigId(String configId)
The ID of the Amazon 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 GetStorageLensConfigurationTaggingRequest()
public void setConfigId(String configId)
The ID of the Amazon S3 Storage Lens configuration.
configId
- The ID of the Amazon S3 Storage Lens configuration.public String getConfigId()
The ID of the Amazon S3 Storage Lens configuration.
public GetStorageLensConfigurationTaggingRequest withConfigId(String configId)
The ID of the Amazon S3 Storage Lens configuration.
configId
- The ID of the Amazon 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 GetStorageLensConfigurationTaggingRequest withAccountId(String accountId)
The account ID of the requester.
accountId
- The account ID of the requester.public String toString()
toString
in class Object
Object.toString()
public GetStorageLensConfigurationTaggingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()