@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails extends Object implements Serializable, Cloneable, StructuredPojo
A tag filter.
| Constructor and Description |
|---|
AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The tag key.
|
String |
getValue()
The tag value
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKey(String key)
The tag key.
|
void |
setValue(String value)
The tag value
|
String |
toString()
Returns a string representation of this object.
|
AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails |
withKey(String key)
The tag key.
|
AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails |
withValue(String value)
The tag value
|
public AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails()
public void setKey(String key)
The tag key.
key - The tag key.public String getKey()
The tag key.
public AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails withKey(String key)
The tag key.
key - The tag key.public void setValue(String value)
The tag value
value - The tag valuepublic String getValue()
The tag value
public AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails withValue(String value)
The tag value
value - The tag valuepublic String toString()
toString in class ObjectObject.toString()public AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.