Class Publication
- java.lang.Object
-
- software.amazon.awssdk.services.appintegrations.model.Publication
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Publication.Builder,Publication>
@Generated("software.amazon.awssdk:codegen") public final class Publication extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Publication.Builder,Publication>
The configuration of an event that the application publishes.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePublication.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Publication.Builderbuilder()Stringdescription()The description of the publication.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringevent()The name of the publication.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringschema()The JSON schema of the publication event.List<SdkField<?>>sdkFields()static Class<? extends Publication.Builder>serializableBuilderClass()Publication.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
-
event
public final String event()
The name of the publication.
- Returns:
- The name of the publication.
-
schema
public final String schema()
The JSON schema of the publication event.
- Returns:
- The JSON schema of the publication event.
-
description
public final String description()
The description of the publication.
- Returns:
- The description of the publication.
-
toBuilder
public Publication.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Publication.Builder,Publication>
-
builder
public static Publication.Builder builder()
-
serializableBuilderClass
public static Class<? extends Publication.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.
-
-