Class EventTypeSummary
- java.lang.Object
-
- software.amazon.awssdk.services.codestarnotifications.model.EventTypeSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EventTypeSummary.Builder,EventTypeSummary>
@Generated("software.amazon.awssdk:codegen") public final class EventTypeSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventTypeSummary.Builder,EventTypeSummary>
Returns information about an event that has triggered a notification rule.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEventTypeSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventTypeSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeventTypeId()The system-generated ID of the event.StringeventTypeName()The name of the event.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceType()The resource type of the event.List<SdkField<?>>sdkFields()static Class<? extends EventTypeSummary.Builder>serializableBuilderClass()StringserviceName()The name of the service for which the event applies.EventTypeSummary.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
-
eventTypeId
public final String eventTypeId()
The system-generated ID of the event. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.
- Returns:
- The system-generated ID of the event. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.
-
serviceName
public final String serviceName()
The name of the service for which the event applies.
- Returns:
- The name of the service for which the event applies.
-
eventTypeName
public final String eventTypeName()
The name of the event.
- Returns:
- The name of the event.
-
resourceType
public final String resourceType()
The resource type of the event.
- Returns:
- The resource type of the event.
-
toBuilder
public EventTypeSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EventTypeSummary.Builder,EventTypeSummary>
-
builder
public static EventTypeSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EventTypeSummary.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.
-
-