@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PatchOrchestratorFilter extends Object implements Serializable, Cloneable, StructuredPojo
Defines a filter used in Patch Manager APIs.
| Constructor and Description |
|---|
PatchOrchestratorFilter() |
| Modifier and Type | Method and Description |
|---|---|
PatchOrchestratorFilter |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The key for the filter.
|
List<String> |
getValues()
The value for the filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKey(String key)
The key for the filter.
|
void |
setValues(Collection<String> values)
The value for the filter.
|
String |
toString()
Returns a string representation of this object.
|
PatchOrchestratorFilter |
withKey(String key)
The key for the filter.
|
PatchOrchestratorFilter |
withValues(Collection<String> values)
The value for the filter.
|
PatchOrchestratorFilter |
withValues(String... values)
The value for the filter.
|
public void setKey(String key)
The key for the filter.
key - The key for the filter.public String getKey()
The key for the filter.
public PatchOrchestratorFilter withKey(String key)
The key for the filter.
key - The key for the filter.public List<String> getValues()
The value for the filter.
public void setValues(Collection<String> values)
The value for the filter.
values - The value for the filter.public PatchOrchestratorFilter withValues(String... values)
The value for the filter.
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 value for the filter.public PatchOrchestratorFilter withValues(Collection<String> values)
The value for the filter.
values - The value for the filter.public String toString()
toString in class ObjectObject.toString()public PatchOrchestratorFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.