Class ManagedNotificationChannelAssociationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.notifications.model.ManagedNotificationChannelAssociationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ManagedNotificationChannelAssociationSummary.Builder,ManagedNotificationChannelAssociationSummary>
@Generated("software.amazon.awssdk:codegen") public final class ManagedNotificationChannelAssociationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ManagedNotificationChannelAssociationSummary.Builder,ManagedNotificationChannelAssociationSummary>
Provides a summary of channel associations for a managed notification configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceManagedNotificationChannelAssociationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedNotificationChannelAssociationSummary.Builderbuilder()StringchannelIdentifier()The unique identifier for the notification channel.ChannelTypechannelType()The type of notification channel used for message delivery.StringchannelTypeAsString()The type of notification channel used for message delivery.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ChannelAssociationOverrideOptionoverrideOption()Controls whether users can modify channel associations for a notification configuration.StringoverrideOptionAsString()Controls whether users can modify channel associations for a notification configuration.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ManagedNotificationChannelAssociationSummary.Builder>serializableBuilderClass()ManagedNotificationChannelAssociationSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
channelIdentifier
public final String channelIdentifier()
The unique identifier for the notification channel.
- Returns:
- The unique identifier for the notification channel.
-
channelType
public final ChannelType channelType()
The type of notification channel used for message delivery.
-
Values:
-
ACCOUNT_CONTACT-
Delivers notifications to Account Managed contacts through the User Notification Service.
-
-
MOBILE-
Delivers notifications through the Amazon Web Services Console Mobile Application to mobile devices.
-
-
CHATBOT-
Delivers notifications through Chatbot to collaboration platforms (Slack, Chime).
-
-
EMAIL-
Delivers notifications to email addresses.
-
-
If the service returns an enum value that is not available in the current SDK version,
channelTypewill returnChannelType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchannelTypeAsString().- Returns:
- The type of notification channel used for message delivery.
-
Values:
-
ACCOUNT_CONTACT-
Delivers notifications to Account Managed contacts through the User Notification Service.
-
-
MOBILE-
Delivers notifications through the Amazon Web Services Console Mobile Application to mobile devices.
-
-
CHATBOT-
Delivers notifications through Chatbot to collaboration platforms (Slack, Chime).
-
-
EMAIL-
Delivers notifications to email addresses.
-
-
-
- See Also:
ChannelType
-
-
channelTypeAsString
public final String channelTypeAsString()
The type of notification channel used for message delivery.
-
Values:
-
ACCOUNT_CONTACT-
Delivers notifications to Account Managed contacts through the User Notification Service.
-
-
MOBILE-
Delivers notifications through the Amazon Web Services Console Mobile Application to mobile devices.
-
-
CHATBOT-
Delivers notifications through Chatbot to collaboration platforms (Slack, Chime).
-
-
EMAIL-
Delivers notifications to email addresses.
-
-
If the service returns an enum value that is not available in the current SDK version,
channelTypewill returnChannelType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchannelTypeAsString().- Returns:
- The type of notification channel used for message delivery.
-
Values:
-
ACCOUNT_CONTACT-
Delivers notifications to Account Managed contacts through the User Notification Service.
-
-
MOBILE-
Delivers notifications through the Amazon Web Services Console Mobile Application to mobile devices.
-
-
CHATBOT-
Delivers notifications through Chatbot to collaboration platforms (Slack, Chime).
-
-
EMAIL-
Delivers notifications to email addresses.
-
-
-
- See Also:
ChannelType
-
-
overrideOption
public final ChannelAssociationOverrideOption overrideOption()
Controls whether users can modify channel associations for a notification configuration.
-
Values:
-
ENABLED-
Users can associate or disassociate channels with the notification configuration.
-
-
DISABLED-
Users cannot associate or disassociate channels with the notification configuration.
-
-
If the service returns an enum value that is not available in the current SDK version,
overrideOptionwill returnChannelAssociationOverrideOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoverrideOptionAsString().- Returns:
- Controls whether users can modify channel associations for a notification configuration.
-
Values:
-
ENABLED-
Users can associate or disassociate channels with the notification configuration.
-
-
DISABLED-
Users cannot associate or disassociate channels with the notification configuration.
-
-
-
- See Also:
ChannelAssociationOverrideOption
-
-
overrideOptionAsString
public final String overrideOptionAsString()
Controls whether users can modify channel associations for a notification configuration.
-
Values:
-
ENABLED-
Users can associate or disassociate channels with the notification configuration.
-
-
DISABLED-
Users cannot associate or disassociate channels with the notification configuration.
-
-
If the service returns an enum value that is not available in the current SDK version,
overrideOptionwill returnChannelAssociationOverrideOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoverrideOptionAsString().- Returns:
- Controls whether users can modify channel associations for a notification configuration.
-
Values:
-
ENABLED-
Users can associate or disassociate channels with the notification configuration.
-
-
DISABLED-
Users cannot associate or disassociate channels with the notification configuration.
-
-
-
- See Also:
ChannelAssociationOverrideOption
-
-
toBuilder
public ManagedNotificationChannelAssociationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ManagedNotificationChannelAssociationSummary.Builder,ManagedNotificationChannelAssociationSummary>
-
builder
public static ManagedNotificationChannelAssociationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ManagedNotificationChannelAssociationSummary.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-