@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLicenseConversionTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetLicenseConversionTaskResult() |
Modifier and Type | Method and Description |
---|---|
GetLicenseConversionTaskResult |
clone() |
boolean |
equals(Object obj) |
LicenseConversionContext |
getDestinationLicenseContext()
Information about the license type converted to.
|
Date |
getEndTime()
Time at which the license type conversion task was completed.
|
String |
getLicenseConversionTaskId()
ID of the license type conversion task.
|
Date |
getLicenseConversionTime()
Amount of time to complete the license type conversion.
|
String |
getResourceArn()
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
|
LicenseConversionContext |
getSourceLicenseContext()
Information about the license type converted from.
|
Date |
getStartTime()
Time at which the license type conversion task was started .
|
String |
getStatus()
Status of the license type conversion task.
|
String |
getStatusMessage()
The status message for the conversion task.
|
int |
hashCode() |
void |
setDestinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information about the license type converted to.
|
void |
setEndTime(Date endTime)
Time at which the license type conversion task was completed.
|
void |
setLicenseConversionTaskId(String licenseConversionTaskId)
ID of the license type conversion task.
|
void |
setLicenseConversionTime(Date licenseConversionTime)
Amount of time to complete the license type conversion.
|
void |
setResourceArn(String resourceArn)
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
|
void |
setSourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information about the license type converted from.
|
void |
setStartTime(Date startTime)
Time at which the license type conversion task was started .
|
void |
setStatus(String status)
Status of the license type conversion task.
|
void |
setStatusMessage(String statusMessage)
The status message for the conversion task.
|
String |
toString()
Returns a string representation of this object.
|
GetLicenseConversionTaskResult |
withDestinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information about the license type converted to.
|
GetLicenseConversionTaskResult |
withEndTime(Date endTime)
Time at which the license type conversion task was completed.
|
GetLicenseConversionTaskResult |
withLicenseConversionTaskId(String licenseConversionTaskId)
ID of the license type conversion task.
|
GetLicenseConversionTaskResult |
withLicenseConversionTime(Date licenseConversionTime)
Amount of time to complete the license type conversion.
|
GetLicenseConversionTaskResult |
withResourceArn(String resourceArn)
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
|
GetLicenseConversionTaskResult |
withSourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information about the license type converted from.
|
GetLicenseConversionTaskResult |
withStartTime(Date startTime)
Time at which the license type conversion task was started .
|
GetLicenseConversionTaskResult |
withStatus(LicenseConversionTaskStatus status)
Status of the license type conversion task.
|
GetLicenseConversionTaskResult |
withStatus(String status)
Status of the license type conversion task.
|
GetLicenseConversionTaskResult |
withStatusMessage(String statusMessage)
The status message for the conversion task.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLicenseConversionTaskId(String licenseConversionTaskId)
ID of the license type conversion task.
licenseConversionTaskId
- ID of the license type conversion task.public String getLicenseConversionTaskId()
ID of the license type conversion task.
public GetLicenseConversionTaskResult withLicenseConversionTaskId(String licenseConversionTaskId)
ID of the license type conversion task.
licenseConversionTaskId
- ID of the license type conversion task.public void setResourceArn(String resourceArn)
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
resourceArn
- Amazon Resource Names (ARN) of the resources the license conversion task is associated with.public String getResourceArn()
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
public GetLicenseConversionTaskResult withResourceArn(String resourceArn)
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
resourceArn
- Amazon Resource Names (ARN) of the resources the license conversion task is associated with.public void setSourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information about the license type converted from.
sourceLicenseContext
- Information about the license type converted from.public LicenseConversionContext getSourceLicenseContext()
Information about the license type converted from.
public GetLicenseConversionTaskResult withSourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information about the license type converted from.
sourceLicenseContext
- Information about the license type converted from.public void setDestinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information about the license type converted to.
destinationLicenseContext
- Information about the license type converted to.public LicenseConversionContext getDestinationLicenseContext()
Information about the license type converted to.
public GetLicenseConversionTaskResult withDestinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information about the license type converted to.
destinationLicenseContext
- Information about the license type converted to.public void setStatusMessage(String statusMessage)
The status message for the conversion task.
statusMessage
- The status message for the conversion task.public String getStatusMessage()
The status message for the conversion task.
public GetLicenseConversionTaskResult withStatusMessage(String statusMessage)
The status message for the conversion task.
statusMessage
- The status message for the conversion task.public void setStatus(String status)
Status of the license type conversion task.
status
- Status of the license type conversion task.LicenseConversionTaskStatus
public String getStatus()
Status of the license type conversion task.
LicenseConversionTaskStatus
public GetLicenseConversionTaskResult withStatus(String status)
Status of the license type conversion task.
status
- Status of the license type conversion task.LicenseConversionTaskStatus
public GetLicenseConversionTaskResult withStatus(LicenseConversionTaskStatus status)
Status of the license type conversion task.
status
- Status of the license type conversion task.LicenseConversionTaskStatus
public void setStartTime(Date startTime)
Time at which the license type conversion task was started .
startTime
- Time at which the license type conversion task was started .public Date getStartTime()
Time at which the license type conversion task was started .
public GetLicenseConversionTaskResult withStartTime(Date startTime)
Time at which the license type conversion task was started .
startTime
- Time at which the license type conversion task was started .public void setLicenseConversionTime(Date licenseConversionTime)
Amount of time to complete the license type conversion.
licenseConversionTime
- Amount of time to complete the license type conversion.public Date getLicenseConversionTime()
Amount of time to complete the license type conversion.
public GetLicenseConversionTaskResult withLicenseConversionTime(Date licenseConversionTime)
Amount of time to complete the license type conversion.
licenseConversionTime
- Amount of time to complete the license type conversion.public void setEndTime(Date endTime)
Time at which the license type conversion task was completed.
endTime
- Time at which the license type conversion task was completed.public Date getEndTime()
Time at which the license type conversion task was completed.
public GetLicenseConversionTaskResult withEndTime(Date endTime)
Time at which the license type conversion task was completed.
endTime
- Time at which the license type conversion task was completed.public String toString()
toString
in class Object
Object.toString()
public GetLicenseConversionTaskResult clone()