Class ListNotificationConfigurationsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.notifications.model.NotificationsRequest
-
- software.amazon.awssdk.services.notifications.model.ListNotificationConfigurationsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListNotificationConfigurationsRequest.Builder,ListNotificationConfigurationsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListNotificationConfigurationsRequest extends NotificationsRequest implements ToCopyableBuilder<ListNotificationConfigurationsRequest.Builder,ListNotificationConfigurationsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListNotificationConfigurationsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListNotificationConfigurationsRequest.Builderbuilder()StringchannelArn()The Amazon Resource Name (ARN) of the Channel to match.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeventRuleSource()The matched event source.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results to be returned in this call.StringnextToken()The start token for paginated calls.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListNotificationConfigurationsRequest.Builder>serializableBuilderClass()NotificationConfigurationStatusstatus()TheNotificationConfigurationstatus to match.StringstatusAsString()TheNotificationConfigurationstatus to match.ListNotificationConfigurationsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
eventRuleSource
public final String eventRuleSource()
The matched event source.
Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example,
aws.ec2andaws.cloudwatch. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.- Returns:
- The matched event source.
Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example,
aws.ec2andaws.cloudwatch. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.
-
channelArn
public final String channelArn()
The Amazon Resource Name (ARN) of the Channel to match.
- Returns:
- The Amazon Resource Name (ARN) of the Channel to match.
-
status
public final NotificationConfigurationStatus status()
The
NotificationConfigurationstatus to match.-
Values:
-
ACTIVE-
All
EventRulesareACTIVEand any call can be run.
-
-
PARTIALLY_ACTIVE-
Some
EventRulesareACTIVEand some areINACTIVE. Any call can be run. -
Any call can be run.
-
-
INACTIVE-
All
EventRulesareINACTIVEand any call can be run.
-
-
DELETING-
This
NotificationConfigurationis being deleted. -
Only
GETandLISTcalls can be run.
-
-
If the service returns an enum value that is not available in the current SDK version,
statuswill returnNotificationConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The
NotificationConfigurationstatus to match.-
Values:
-
ACTIVE-
All
EventRulesareACTIVEand any call can be run.
-
-
PARTIALLY_ACTIVE-
Some
EventRulesareACTIVEand some areINACTIVE. Any call can be run. -
Any call can be run.
-
-
INACTIVE-
All
EventRulesareINACTIVEand any call can be run.
-
-
DELETING-
This
NotificationConfigurationis being deleted. -
Only
GETandLISTcalls can be run.
-
-
-
- See Also:
NotificationConfigurationStatus
-
-
statusAsString
public final String statusAsString()
The
NotificationConfigurationstatus to match.-
Values:
-
ACTIVE-
All
EventRulesareACTIVEand any call can be run.
-
-
PARTIALLY_ACTIVE-
Some
EventRulesareACTIVEand some areINACTIVE. Any call can be run. -
Any call can be run.
-
-
INACTIVE-
All
EventRulesareINACTIVEand any call can be run.
-
-
DELETING-
This
NotificationConfigurationis being deleted. -
Only
GETandLISTcalls can be run.
-
-
If the service returns an enum value that is not available in the current SDK version,
statuswill returnNotificationConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The
NotificationConfigurationstatus to match.-
Values:
-
ACTIVE-
All
EventRulesareACTIVEand any call can be run.
-
-
PARTIALLY_ACTIVE-
Some
EventRulesareACTIVEand some areINACTIVE. Any call can be run. -
Any call can be run.
-
-
INACTIVE-
All
EventRulesareINACTIVEand any call can be run.
-
-
DELETING-
This
NotificationConfigurationis being deleted. -
Only
GETandLISTcalls can be run.
-
-
-
- See Also:
NotificationConfigurationStatus
-
-
maxResults
public final Integer maxResults()
The maximum number of results to be returned in this call. Defaults to 20.
- Returns:
- The maximum number of results to be returned in this call. Defaults to 20.
-
nextToken
public final String nextToken()
The start token for paginated calls. Retrieved from the response of a previous
ListEventRulescall. Next token uses Base64 encoding.- Returns:
- The start token for paginated calls. Retrieved from the response of a previous
ListEventRulescall. Next token uses Base64 encoding.
-
toBuilder
public ListNotificationConfigurationsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListNotificationConfigurationsRequest.Builder,ListNotificationConfigurationsRequest>- Specified by:
toBuilderin classNotificationsRequest
-
builder
public static ListNotificationConfigurationsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListNotificationConfigurationsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-