Class ManagedSourceEventMetadataSummary
- java.lang.Object
-
- software.amazon.awssdk.services.notifications.model.ManagedSourceEventMetadataSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ManagedSourceEventMetadataSummary.Builder,ManagedSourceEventMetadataSummary>
@Generated("software.amazon.awssdk:codegen") public final class ManagedSourceEventMetadataSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ManagedSourceEventMetadataSummary.Builder,ManagedSourceEventMetadataSummary>
A short summary and metadata for a managed notification event.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceManagedSourceEventMetadataSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedSourceEventMetadataSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeventOriginRegion()The Region where the notification originated.StringeventType()The event Type of the notification.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ManagedSourceEventMetadataSummary.Builder>serializableBuilderClass()Stringsource()The source service of the notification.ManagedSourceEventMetadataSummary.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
-
eventOriginRegion
public final String eventOriginRegion()
The Region where the notification originated.
- Returns:
- The Region where the notification originated.
-
source
public final String source()
The source service of the notification.
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 source service of the notification.
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.
-
eventType
public final String eventType()
The event Type of the notification.
- Returns:
- The event Type of the notification.
-
toBuilder
public ManagedSourceEventMetadataSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ManagedSourceEventMetadataSummary.Builder,ManagedSourceEventMetadataSummary>
-
builder
public static ManagedSourceEventMetadataSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ManagedSourceEventMetadataSummary.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
-
-