@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() |
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.
|
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().
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 DeviceRegistrationStateEventConfiguration deviceRegistrationState()
Event configuration for the device registration state event
public final ProximityEventConfiguration proximity()
Event configuration for the Proximity 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.