@Generated(value="software.amazon.awssdk:codegen") public final class EventBridgeParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventBridgeParameters.Builder,EventBridgeParameters>
The templated target type for the EventBridge PutEvents
API operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventBridgeParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EventBridgeParameters.Builder |
builder() |
String |
detailType()
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventBridgeParameters.Builder> |
serializableBuilderClass() |
String |
source()
The source of the event.
|
EventBridgeParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String detailType()
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
public final String source()
The source of the event.
public EventBridgeParameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventBridgeParameters.Builder,EventBridgeParameters>public static EventBridgeParameters.Builder builder()
public static Class<? extends EventBridgeParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.