@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VisibilityConditions extends Object implements Serializable, Cloneable, StructuredPojo
The list of key-value pairs that you specify for your resources.
| Constructor and Description |
|---|
VisibilityConditions() |
| Modifier and Type | Method and Description |
|---|---|
VisibilityConditions |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The key that specifies the tag that you're using to filter the search results.
|
String |
getValue()
The value for the tag that you're using to filter the search results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKey(String key)
The key that specifies the tag that you're using to filter the search results.
|
void |
setValue(String value)
The value for the tag that you're using to filter the search results.
|
String |
toString()
Returns a string representation of this object.
|
VisibilityConditions |
withKey(String key)
The key that specifies the tag that you're using to filter the search results.
|
VisibilityConditions |
withValue(String value)
The value for the tag that you're using to filter the search results.
|
public void setKey(String key)
The key that specifies the tag that you're using to filter the search results. It must be in the following
format: Tags.<key>/EqualsIfExists.
key - The key that specifies the tag that you're using to filter the search results. It must be in the following
format: Tags.<key>/EqualsIfExists.public String getKey()
The key that specifies the tag that you're using to filter the search results. It must be in the following
format: Tags.<key>/EqualsIfExists.
Tags.<key>/EqualsIfExists.public VisibilityConditions withKey(String key)
The key that specifies the tag that you're using to filter the search results. It must be in the following
format: Tags.<key>/EqualsIfExists.
key - The key that specifies the tag that you're using to filter the search results. It must be in the following
format: Tags.<key>/EqualsIfExists.public void setValue(String value)
The value for the tag that you're using to filter the search results.
value - The value for the tag that you're using to filter the search results.public String getValue()
The value for the tag that you're using to filter the search results.
public VisibilityConditions withValue(String value)
The value for the tag that you're using to filter the search results.
value - The value for the tag that you're using to filter the search results.public String toString()
toString in class ObjectObject.toString()public VisibilityConditions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.