Class OTAJobConfig
- java.lang.Object
-
- software.amazon.awssdk.services.panorama.model.OTAJobConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OTAJobConfig.Builder,OTAJobConfig>
@Generated("software.amazon.awssdk:codegen") public final class OTAJobConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OTAJobConfig.Builder,OTAJobConfig>
An over-the-air update (OTA) job configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOTAJobConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanallowMajorVersionUpdate()Whether to apply the update if it is a major version change.static OTAJobConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringimageVersion()The target version of the device software.List<SdkField<?>>sdkFields()static Class<? extends OTAJobConfig.Builder>serializableBuilderClass()OTAJobConfig.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
-
allowMajorVersionUpdate
public final Boolean allowMajorVersionUpdate()
Whether to apply the update if it is a major version change.
- Returns:
- Whether to apply the update if it is a major version change.
-
imageVersion
public final String imageVersion()
The target version of the device software.
- Returns:
- The target version of the device software.
-
toBuilder
public OTAJobConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OTAJobConfig.Builder,OTAJobConfig>
-
builder
public static OTAJobConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends OTAJobConfig.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.
-
-