Class StreamingNotificationTarget
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkvoice.model.StreamingNotificationTarget
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StreamingNotificationTarget.Builder,StreamingNotificationTarget>
@Generated("software.amazon.awssdk:codegen") public final class StreamingNotificationTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamingNotificationTarget.Builder,StreamingNotificationTarget>
The target recipient for a streaming configuration notification.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStreamingNotificationTarget.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StreamingNotificationTarget.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()NotificationTargetnotificationTarget()The streaming notification target.StringnotificationTargetAsString()The streaming notification target.List<SdkField<?>>sdkFields()static Class<? extends StreamingNotificationTarget.Builder>serializableBuilderClass()StreamingNotificationTarget.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
-
notificationTarget
public final NotificationTarget notificationTarget()
The streaming notification target.
If the service returns an enum value that is not available in the current SDK version,
notificationTargetwill returnNotificationTarget.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnotificationTargetAsString().- Returns:
- The streaming notification target.
- See Also:
NotificationTarget
-
notificationTargetAsString
public final String notificationTargetAsString()
The streaming notification target.
If the service returns an enum value that is not available in the current SDK version,
notificationTargetwill returnNotificationTarget.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnotificationTargetAsString().- Returns:
- The streaming notification target.
- See Also:
NotificationTarget
-
toBuilder
public StreamingNotificationTarget.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StreamingNotificationTarget.Builder,StreamingNotificationTarget>
-
builder
public static StreamingNotificationTarget.Builder builder()
-
serializableBuilderClass
public static Class<? extends StreamingNotificationTarget.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.
-
-