@Generated(value="software.amazon.awssdk:codegen") public final class ScheduledActionFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduledActionFilter.Builder,ScheduledActionFilter>
A set of elements to filter the returned scheduled actions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScheduledActionFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledActionFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasValues()
Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
ScheduledActionFilterName |
name()
The type of element to filter.
|
String |
nameAsString()
The type of element to filter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScheduledActionFilter.Builder> |
serializableBuilderClass() |
ScheduledActionFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
values()
List of values.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ScheduledActionFilterName name()
The type of element to filter.
If the service returns an enum value that is not available in the current SDK version, name will return
ScheduledActionFilterName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
ScheduledActionFilterNamepublic final String nameAsString()
The type of element to filter.
If the service returns an enum value that is not available in the current SDK version, name will return
ScheduledActionFilterName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
ScheduledActionFilterNamepublic final boolean hasValues()
public final List<String> values()
List of values. Compare if the value (of type defined by Name) equals an item in the list of
scheduled actions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasValues() to see if a value was sent in this field.
Name) equals an item in the list of
scheduled actions.public ScheduledActionFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScheduledActionFilter.Builder,ScheduledActionFilter>public static ScheduledActionFilter.Builder builder()
public static Class<? extends ScheduledActionFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.