Class InputIdentifier
- java.lang.Object
-
- software.amazon.awssdk.services.iotevents.model.InputIdentifier
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputIdentifier.Builder,InputIdentifier>
@Generated("software.amazon.awssdk:codegen") public final class InputIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputIdentifier.Builder,InputIdentifier>
The identifer of the input.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputIdentifier.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputIdentifier.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IotEventsInputIdentifieriotEventsInputIdentifier()The identifier of the input routed to AWS IoT Events.IotSiteWiseInputIdentifieriotSiteWiseInputIdentifier()The identifer of the input routed from AWS IoT SiteWise.List<SdkField<?>>sdkFields()static Class<? extends InputIdentifier.Builder>serializableBuilderClass()InputIdentifier.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
iotEventsInputIdentifier
public final IotEventsInputIdentifier iotEventsInputIdentifier()
The identifier of the input routed to AWS IoT Events.
- Returns:
- The identifier of the input routed to AWS IoT Events.
-
iotSiteWiseInputIdentifier
public final IotSiteWiseInputIdentifier iotSiteWiseInputIdentifier()
The identifer of the input routed from AWS IoT SiteWise.
- Returns:
- The identifer of the input routed from AWS IoT SiteWise.
-
toBuilder
public InputIdentifier.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputIdentifier.Builder,InputIdentifier>
-
builder
public static InputIdentifier.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputIdentifier.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-