@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSoftwareUpdateJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateSoftwareUpdateJobResult() |
Modifier and Type | Method and Description |
---|---|
CreateSoftwareUpdateJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getIotJobArn()
The IoT Job ARN corresponding to this update.
|
String |
getIotJobId()
The IoT Job Id corresponding to this update.
|
String |
getPlatformSoftwareVersion()
The software version installed on the device or devices after the update.
|
int |
hashCode() |
void |
setIotJobArn(String iotJobArn)
The IoT Job ARN corresponding to this update.
|
void |
setIotJobId(String iotJobId)
The IoT Job Id corresponding to this update.
|
void |
setPlatformSoftwareVersion(String platformSoftwareVersion)
The software version installed on the device or devices after the update.
|
String |
toString()
Returns a string representation of this object.
|
CreateSoftwareUpdateJobResult |
withIotJobArn(String iotJobArn)
The IoT Job ARN corresponding to this update.
|
CreateSoftwareUpdateJobResult |
withIotJobId(String iotJobId)
The IoT Job Id corresponding to this update.
|
CreateSoftwareUpdateJobResult |
withPlatformSoftwareVersion(String platformSoftwareVersion)
The software version installed on the device or devices after the update.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIotJobArn(String iotJobArn)
iotJobArn
- The IoT Job ARN corresponding to this update.public String getIotJobArn()
public CreateSoftwareUpdateJobResult withIotJobArn(String iotJobArn)
iotJobArn
- The IoT Job ARN corresponding to this update.public void setIotJobId(String iotJobId)
iotJobId
- The IoT Job Id corresponding to this update.public String getIotJobId()
public CreateSoftwareUpdateJobResult withIotJobId(String iotJobId)
iotJobId
- The IoT Job Id corresponding to this update.public void setPlatformSoftwareVersion(String platformSoftwareVersion)
platformSoftwareVersion
- The software version installed on the device or devices after the update.public String getPlatformSoftwareVersion()
public CreateSoftwareUpdateJobResult withPlatformSoftwareVersion(String platformSoftwareVersion)
platformSoftwareVersion
- The software version installed on the device or devices after the update.public String toString()
toString
in class Object
Object.toString()
public CreateSoftwareUpdateJobResult clone()