Class EventBridgeParameters
- java.lang.Object
-
- software.amazon.awssdk.services.scheduler.model.EventBridgeParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EventBridgeParameters.Builder,EventBridgeParameters>
@Generated("software.amazon.awssdk:codegen") public final class EventBridgeParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventBridgeParameters.Builder,EventBridgeParameters>
The templated target type for the EventBridge
PutEventsAPI operation.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEventBridgeParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventBridgeParameters.Builderbuilder()StringdetailType()A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EventBridgeParameters.Builder>serializableBuilderClass()Stringsource()The source of the event.EventBridgeParameters.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
-
detailType
public final String detailType()
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
- Returns:
- A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
-
source
public final String source()
The source of the event.
- Returns:
- The source of the event.
-
toBuilder
public EventBridgeParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EventBridgeParameters.Builder,EventBridgeParameters>
-
builder
public static EventBridgeParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends EventBridgeParameters.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.
-
-