Class InputConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.iotevents.model.InputConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputConfiguration.Builder,InputConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class InputConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputConfiguration.Builder,InputConfiguration>
Information about the configuration of an input.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputConfiguration.Builderbuilder()InstantcreationTime()The time the input was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinputArn()The ARN of the input.StringinputDescription()A brief description of the input.StringinputName()The name of the input.InstantlastUpdateTime()The last time the input was updated.List<SdkField<?>>sdkFields()static Class<? extends InputConfiguration.Builder>serializableBuilderClass()InputStatusstatus()The status of the input.StringstatusAsString()The status of the input.InputConfiguration.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
-
inputName
public final String inputName()
The name of the input.
- Returns:
- The name of the input.
-
inputDescription
public final String inputDescription()
A brief description of the input.
- Returns:
- A brief description of the input.
-
inputArn
public final String inputArn()
The ARN of the input.
- Returns:
- The ARN of the input.
-
creationTime
public final Instant creationTime()
The time the input was created.
- Returns:
- The time the input was created.
-
lastUpdateTime
public final Instant lastUpdateTime()
The last time the input was updated.
- Returns:
- The last time the input was updated.
-
status
public final InputStatus status()
The status of the input.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnInputStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the input.
- See Also:
InputStatus
-
statusAsString
public final String statusAsString()
The status of the input.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnInputStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the input.
- See Also:
InputStatus
-
toBuilder
public InputConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputConfiguration.Builder,InputConfiguration>
-
builder
public static InputConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputConfiguration.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.
-
-