Class AdvancedFieldSelector
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<AdvancedFieldSelector.Builder,- AdvancedFieldSelector> 
A single selector statement in an advanced event selector.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()endsWith()An operator that includes events that match the last few characters of the event record field specified as the value ofField.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.An operator that includes events that match the exact value of the event record field specified as the value ofField.final Stringfield()A field in a CloudTrail event record on which to filter events to be logged.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final booleanFor responses, this returns true if the service returned a value for the EndsWith property.final booleanFor responses, this returns true if the service returned a value for the Equals property.final inthashCode()final booleanFor responses, this returns true if the service returned a value for the NotEndsWith property.final booleanFor responses, this returns true if the service returned a value for the NotEquals property.final booleanFor responses, this returns true if the service returned a value for the NotStartsWith property.final booleanFor responses, this returns true if the service returned a value for the StartsWith property.An operator that excludes events that match the last few characters of the event record field specified as the value ofField.An operator that excludes events that match the exact value of the event record field specified as the value ofField.An operator that excludes events that match the first few characters of the event record field specified as the value ofField.static Class<? extends AdvancedFieldSelector.Builder> An operator that includes events that match the first few characters of the event record field specified as the value ofField.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
fieldA field in a CloudTrail event record on which to filter events to be logged. For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or events outside of Amazon Web Services, the field is used only for selecting events as filtering is not supported. For more information, see AdvancedFieldSelector in the CloudTrail API Reference. Selectors don't support the use of wildcards like *. To match multiple values with a single condition, you may useStartsWith,EndsWith,NotStartsWith, orNotEndsWithto explicitly match the beginning or end of the event field.- Returns:
- A field in a CloudTrail event record on which to filter events to be logged. For event data stores for
         CloudTrail Insights events, Config configuration items, Audit Manager evidence, or events outside of
         Amazon Web Services, the field is used only for selecting events as filtering is not supported.
         For more information, see AdvancedFieldSelector in the CloudTrail API Reference. Selectors don't support the use of wildcards like *. To match multiple values with a single condition, you may useStartsWith,EndsWith,NotStartsWith, orNotEndsWithto explicitly match the beginning or end of the event field.
 
- 
hasEqualsValuepublic final boolean hasEqualsValue()For responses, this returns true if the service returned a value for the Equals property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
equalsValueAn operator that includes events that match the exact value of the event record field specified as the value of Field. This is the only valid operator that you can use with thereadOnly,eventCategory, andresources.typefields.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasEqualsValue()method.- Returns:
- An operator that includes events that match the exact value of the event record field specified as the
         value of Field. This is the only valid operator that you can use with thereadOnly,eventCategory, andresources.typefields.
 
- 
hasStartsWithpublic final boolean hasStartsWith()For responses, this returns true if the service returned a value for the StartsWith property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
startsWithAn operator that includes events that match the first few characters of the event record field specified as the value of Field.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasStartsWith()method.- Returns:
- An operator that includes events that match the first few characters of the event record field specified
         as the value of Field.
 
- 
hasEndsWithpublic final boolean hasEndsWith()For responses, this returns true if the service returned a value for the EndsWith property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
endsWithAn operator that includes events that match the last few characters of the event record field specified as the value of Field.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasEndsWith()method.- Returns:
- An operator that includes events that match the last few characters of the event record field specified
         as the value of Field.
 
- 
hasNotEqualspublic final boolean hasNotEquals()For responses, this returns true if the service returned a value for the NotEquals property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
notEqualsAn operator that excludes events that match the exact value of the event record field specified as the value of Field.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasNotEquals()method.- Returns:
- An operator that excludes events that match the exact value of the event record field specified as the
         value of Field.
 
- 
hasNotStartsWithpublic final boolean hasNotStartsWith()For responses, this returns true if the service returned a value for the NotStartsWith property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
notStartsWithAn operator that excludes events that match the first few characters of the event record field specified as the value of Field.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasNotStartsWith()method.- Returns:
- An operator that excludes events that match the first few characters of the event record field specified
         as the value of Field.
 
- 
hasNotEndsWithpublic final boolean hasNotEndsWith()For responses, this returns true if the service returned a value for the NotEndsWith property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
notEndsWithAn operator that excludes events that match the last few characters of the event record field specified as the value of Field.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasNotEndsWith()method.- Returns:
- An operator that excludes events that match the last few characters of the event record field specified
         as the value of Field.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<AdvancedFieldSelector.Builder,- AdvancedFieldSelector> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-