@Generated(value="software.amazon.awssdk:codegen") public final class UpdateResourceEventConfigurationRequest extends IotWirelessRequest implements ToCopyableBuilder<UpdateResourceEventConfigurationRequest.Builder,UpdateResourceEventConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateResourceEventConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateResourceEventConfigurationRequest.Builder |
builder() |
ConnectionStatusEventConfiguration |
connectionStatus()
Event configuration for the connection status event.
|
DeviceRegistrationStateEventConfiguration |
deviceRegistrationState()
Event configuration for the device registration state event.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identifier()
Resource identifier to opt 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.
|
JoinEventConfiguration |
join()
Event configuration for the join event.
|
MessageDeliveryStatusEventConfiguration |
messageDeliveryStatus()
Event configuration for the message delivery status event.
|
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 |
ProximityEventConfiguration |
proximity()
Event configuration for the proximity event.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateResourceEventConfigurationRequest.Builder> |
serializableBuilderClass() |
UpdateResourceEventConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identifier()
Resource identifier to opt 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().
PartnerAccountIdEventNotificationPartnerTypepublic 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().
PartnerAccountIdEventNotificationPartnerTypepublic final DeviceRegistrationStateEventConfiguration deviceRegistrationState()
Event configuration for the device registration state event.
public final ProximityEventConfiguration proximity()
Event configuration for the proximity event.
public final JoinEventConfiguration join()
Event configuration for the join event.
public final ConnectionStatusEventConfiguration connectionStatus()
Event configuration for the connection status event.
public final MessageDeliveryStatusEventConfiguration messageDeliveryStatus()
Event configuration for the message delivery status event.
public UpdateResourceEventConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateResourceEventConfigurationRequest.Builder,UpdateResourceEventConfigurationRequest>toBuilder in class IotWirelessRequestpublic static UpdateResourceEventConfigurationRequest.Builder builder()
public static Class<? extends UpdateResourceEventConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.