@Generated(value="software.amazon.awssdk:codegen") public final class FindingCriteria extends Object implements StructuredPojo, ToCopyableBuilder<FindingCriteria.Builder,FindingCriteria>
Modifier and Type | Class and Description |
---|---|
static interface |
FindingCriteria.Builder |
Modifier and Type | Method and Description |
---|---|
static FindingCriteria.Builder |
builder() |
Map<String,Condition> |
criterion()
Represents a map of finding properties that match specified conditions and values when querying findings.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends FindingCriteria.Builder> |
serializableBuilderClass() |
FindingCriteria.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Map<String,Condition> criterion()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public FindingCriteria.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FindingCriteria.Builder,FindingCriteria>
public static FindingCriteria.Builder builder()
public static Class<? extends FindingCriteria.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.