Class ListNotificationRulesFilter
- java.lang.Object
-
- software.amazon.awssdk.services.codestarnotifications.model.ListNotificationRulesFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListNotificationRulesFilter.Builder,ListNotificationRulesFilter>
@Generated("software.amazon.awssdk:codegen") public final class ListNotificationRulesFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListNotificationRulesFilter.Builder,ListNotificationRulesFilter>
Information about a filter to apply to the list of returned notification rules. You can filter by event type, owner, resource, or target.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListNotificationRulesFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListNotificationRulesFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ListNotificationRulesFilterNamename()The name of the attribute you want to use to filter the returned notification rules.StringnameAsString()The name of the attribute you want to use to filter the returned notification rules.List<SdkField<?>>sdkFields()static Class<? extends ListNotificationRulesFilter.Builder>serializableBuilderClass()ListNotificationRulesFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The value of the attribute you want to use to filter the returned notification rules.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final ListNotificationRulesFilterName name()
The name of the attribute you want to use to filter the returned notification rules.
If the service returns an enum value that is not available in the current SDK version,
namewill returnListNotificationRulesFilterName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- The name of the attribute you want to use to filter the returned notification rules.
- See Also:
ListNotificationRulesFilterName
-
nameAsString
public final String nameAsString()
The name of the attribute you want to use to filter the returned notification rules.
If the service returns an enum value that is not available in the current SDK version,
namewill returnListNotificationRulesFilterName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- The name of the attribute you want to use to filter the returned notification rules.
- See Also:
ListNotificationRulesFilterName
-
value
public final String value()
The value of the attribute you want to use to filter the returned notification rules. For example, if you specify filtering by RESOURCE in Name, you might specify the ARN of a pipeline in CodePipeline for the value.
- Returns:
- The value of the attribute you want to use to filter the returned notification rules. For example, if you specify filtering by RESOURCE in Name, you might specify the ARN of a pipeline in CodePipeline for the value.
-
toBuilder
public ListNotificationRulesFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListNotificationRulesFilter.Builder,ListNotificationRulesFilter>
-
builder
public static ListNotificationRulesFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListNotificationRulesFilter.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-