@Generated(value="software.amazon.awssdk:codegen") public final class GetResourceEventConfigurationRequest extends IotWirelessRequest implements ToCopyableBuilder<GetResourceEventConfigurationRequest.Builder,GetResourceEventConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetResourceEventConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetResourceEventConfigurationRequest.Builder |
builder() |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetResourceEventConfigurationRequest.Builder> |
serializableBuilderClass() |
GetResourceEventConfigurationRequest.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 GetResourceEventConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetResourceEventConfigurationRequest.Builder,GetResourceEventConfigurationRequest>toBuilder in class IotWirelessRequestpublic static GetResourceEventConfigurationRequest.Builder builder()
public static Class<? extends GetResourceEventConfigurationRequest.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 © 2021. All rights reserved.