@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OTAJobConfig extends Object implements Serializable, Cloneable, StructuredPojo
An over-the-air update (OTA) job configuration.
Constructor and Description |
---|
OTAJobConfig() |
Modifier and Type | Method and Description |
---|---|
OTAJobConfig |
clone() |
boolean |
equals(Object obj) |
String |
getImageVersion()
The target version of the device software.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setImageVersion(String imageVersion)
The target version of the device software.
|
String |
toString()
Returns a string representation of this object.
|
OTAJobConfig |
withImageVersion(String imageVersion)
The target version of the device software.
|
public void setImageVersion(String imageVersion)
The target version of the device software.
imageVersion
- The target version of the device software.public String getImageVersion()
The target version of the device software.
public OTAJobConfig withImageVersion(String imageVersion)
The target version of the device software.
imageVersion
- The target version of the device software.public String toString()
toString
in class Object
Object.toString()
public OTAJobConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.