@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstancePropertyStringFilter extends Object implements Serializable, Cloneable, StructuredPojo
The filters to describe or get information about your managed nodes.
Constructor and Description |
---|
InstancePropertyStringFilter() |
Modifier and Type | Method and Description |
---|---|
InstancePropertyStringFilter |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The filter key name to describe your managed nodes.
|
String |
getOperator()
The operator used by the filter call.
|
List<String> |
getValues()
The filter key name to describe your managed nodes.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKey(String key)
The filter key name to describe your managed nodes.
|
void |
setOperator(String operator)
The operator used by the filter call.
|
void |
setValues(Collection<String> values)
The filter key name to describe your managed nodes.
|
String |
toString()
Returns a string representation of this object.
|
InstancePropertyStringFilter |
withKey(String key)
The filter key name to describe your managed nodes.
|
InstancePropertyStringFilter |
withOperator(InstancePropertyFilterOperator operator)
The operator used by the filter call.
|
InstancePropertyStringFilter |
withOperator(String operator)
The operator used by the filter call.
|
InstancePropertyStringFilter |
withValues(Collection<String> values)
The filter key name to describe your managed nodes.
|
InstancePropertyStringFilter |
withValues(String... values)
The filter key name to describe your managed nodes.
|
public void setKey(String key)
The filter key name to describe your managed nodes.
key
- The filter key name to describe your managed nodes.public String getKey()
The filter key name to describe your managed nodes.
public InstancePropertyStringFilter withKey(String key)
The filter key name to describe your managed nodes.
key
- The filter key name to describe your managed nodes.public List<String> getValues()
The filter key name to describe your managed nodes.
public void setValues(Collection<String> values)
The filter key name to describe your managed nodes.
values
- The filter key name to describe your managed nodes.public InstancePropertyStringFilter withValues(String... values)
The filter key name to describe your managed nodes.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection)
or withValues(java.util.Collection)
if you want to override the
existing values.
values
- The filter key name to describe your managed nodes.public InstancePropertyStringFilter withValues(Collection<String> values)
The filter key name to describe your managed nodes.
values
- The filter key name to describe your managed nodes.public void setOperator(String operator)
The operator used by the filter call.
operator
- The operator used by the filter call.InstancePropertyFilterOperator
public String getOperator()
The operator used by the filter call.
InstancePropertyFilterOperator
public InstancePropertyStringFilter withOperator(String operator)
The operator used by the filter call.
operator
- The operator used by the filter call.InstancePropertyFilterOperator
public InstancePropertyStringFilter withOperator(InstancePropertyFilterOperator operator)
The operator used by the filter call.
operator
- The operator used by the filter call.InstancePropertyFilterOperator
public String toString()
toString
in class Object
Object.toString()
public InstancePropertyStringFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.