@Generated(value="software.amazon.awssdk:codegen") public final class IotEventsInputIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IotEventsInputIdentifier.Builder,IotEventsInputIdentifier>
The identifier of the input routed to AWS IoT Events.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IotEventsInputIdentifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IotEventsInputIdentifier.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inputName()
The name of the input routed to AWS IoT Events.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IotEventsInputIdentifier.Builder> |
serializableBuilderClass() |
IotEventsInputIdentifier.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String inputName()
The name of the input routed to AWS IoT Events.
public IotEventsInputIdentifier.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IotEventsInputIdentifier.Builder,IotEventsInputIdentifier>public static IotEventsInputIdentifier.Builder builder()
public static Class<? extends IotEventsInputIdentifier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.