@Generated(value="software.amazon.awssdk:codegen") public class PatchOrchestratorFilter extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<PatchOrchestratorFilter.Builder,PatchOrchestratorFilter>
Defines a filter used in Patch Manager APIs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PatchOrchestratorFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PatchOrchestratorFilter.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The key for the filter.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends PatchOrchestratorFilter.Builder> |
serializableBuilderClass() |
PatchOrchestratorFilter.Builder |
toBuilder() |
String |
toString() |
List<String> |
values()
The value for the filter.
|
public String key()
The key for the filter.
public List<String> values()
The value for the filter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public PatchOrchestratorFilter.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<PatchOrchestratorFilter.Builder,PatchOrchestratorFilter>public static PatchOrchestratorFilter.Builder builder()
public static Class<? extends PatchOrchestratorFilter.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.