@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 for 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 for 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 for 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 for that specifies the tag that you're using to filter the search results. The key must start with
Tags..
key - The key for that specifies the tag that you're using to filter the search results. The key must start with
Tags..public String getKey()
The key for that specifies the tag that you're using to filter the search results. The key must start with
Tags..
Tags..public VisibilityConditions withKey(String key)
The key for that specifies the tag that you're using to filter the search results. The key must start with
Tags..
key - The key for that specifies the tag that you're using to filter the search results. The key must start with
Tags..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.