@Generated(value="software.amazon.awssdk:codegen") public final class EventConfigurationItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventConfigurationItem.Builder,EventConfigurationItem>
Event configuration object for a single resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventConfigurationItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EventConfigurationItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EventNotificationItemConfigurations |
events()
Returns the value of the Events property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identifier()
Resource identifier opted in for event messaging.
|
IdentifierType |
identifierType()
Identifier type of the particular resource identifier for event configuration.
|
String |
identifierTypeAsString()
Identifier type of the particular resource identifier for event configuration.
|
EventNotificationPartnerType |
partnerType()
Partner type of the resource if the identifier type is PartnerAccountId.
|
String |
partnerTypeAsString()
Partner type of the resource if the identifier type is PartnerAccountId.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventConfigurationItem.Builder> |
serializableBuilderClass() |
EventConfigurationItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identifier()
Resource identifier opted in for event messaging.
public final IdentifierType identifierType()
Identifier type of the particular resource identifier for event configuration.
If the service returns an enum value that is not available in the current SDK version, identifierType
will return IdentifierType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from identifierTypeAsString().
IdentifierTypepublic final String identifierTypeAsString()
Identifier type of the particular resource identifier for event configuration.
If the service returns an enum value that is not available in the current SDK version, identifierType
will return IdentifierType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from identifierTypeAsString().
IdentifierTypepublic final EventNotificationPartnerType partnerType()
Partner type of the resource if the identifier type is PartnerAccountId.
If the service returns an enum value that is not available in the current SDK version, partnerType will
return EventNotificationPartnerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from partnerTypeAsString().
EventNotificationPartnerTypepublic final String partnerTypeAsString()
Partner type of the resource if the identifier type is PartnerAccountId.
If the service returns an enum value that is not available in the current SDK version, partnerType will
return EventNotificationPartnerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from partnerTypeAsString().
EventNotificationPartnerTypepublic final EventNotificationItemConfigurations events()
public EventConfigurationItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventConfigurationItem.Builder,EventConfigurationItem>public static EventConfigurationItem.Builder builder()
public static Class<? extends EventConfigurationItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.