@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStorageLensConfigurationTaggingResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetStorageLensConfigurationTaggingResult() |
Modifier and Type | Method and Description |
---|---|
GetStorageLensConfigurationTaggingResult |
clone() |
boolean |
equals(Object obj) |
List<StorageLensTag> |
getTags()
The tags of S3 Storage Lens configuration requested.
|
int |
hashCode() |
void |
setTags(Collection<StorageLensTag> tags)
The tags of S3 Storage Lens configuration requested.
|
String |
toString()
Returns a string representation of this object.
|
GetStorageLensConfigurationTaggingResult |
withTags(Collection<StorageLensTag> tags)
The tags of S3 Storage Lens configuration requested.
|
GetStorageLensConfigurationTaggingResult |
withTags(StorageLensTag... tags)
The tags of S3 Storage Lens configuration requested.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetStorageLensConfigurationTaggingResult()
public List<StorageLensTag> getTags()
The tags of S3 Storage Lens configuration requested.
public void setTags(Collection<StorageLensTag> tags)
The tags of S3 Storage Lens configuration requested.
tags
- The tags of S3 Storage Lens configuration requested.public GetStorageLensConfigurationTaggingResult withTags(StorageLensTag... tags)
The tags of S3 Storage Lens configuration requested.
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 tags of S3 Storage Lens configuration requested.public GetStorageLensConfigurationTaggingResult withTags(Collection<StorageLensTag> tags)
The tags of S3 Storage Lens configuration requested.
tags
- The tags of S3 Storage Lens configuration requested.public String toString()
toString
in class Object
Object.toString()
public GetStorageLensConfigurationTaggingResult clone()