StructuredPojo
, ToCopyableBuilder<InstancePatchStateFilter.Builder,InstancePatchStateFilter>
@Generated("software.amazon.awssdk:codegen") public class InstancePatchStateFilter extends Object implements StructuredPojo, ToCopyableBuilder<InstancePatchStateFilter.Builder,InstancePatchStateFilter>
Defines a filter used in DescribeInstancePatchStatesForPatchGroup used to scope down the information returned by the API.
Modifier and Type | Class | Description |
---|---|---|
static interface |
InstancePatchStateFilter.Builder |
Modifier and Type | Method | Description |
---|---|---|
static InstancePatchStateFilter.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
key() |
The key for the filter.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends InstancePatchStateFilter.Builder> |
serializableBuilderClass() |
|
InstancePatchStateFilter.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of comparison that should be performed for the value: Equal, NotEqual, LessThan or GreaterThan.
|
List<String> |
values() |
The value for the filter, must be an integer greater than or equal to 0.
|
public String key()
The key for the filter. Supported values are FailedCount, InstalledCount, InstalledOtherCount, MissingCount and NotApplicableCount.
public List<String> values()
The value for the filter, must be an integer greater than or equal to 0.
public String type()
The type of comparison that should be performed for the value: Equal, NotEqual, LessThan or GreaterThan.
InstancePatchStateOperatorType
public InstancePatchStateFilter.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InstancePatchStateFilter.Builder,InstancePatchStateFilter>
public static InstancePatchStateFilter.Builder builder()
public static Class<? extends InstancePatchStateFilter.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.