@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLicenseConversionTasksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListLicenseConversionTasksResult() |
| Modifier and Type | Method and Description |
|---|---|
ListLicenseConversionTasksResult |
clone() |
boolean |
equals(Object obj) |
List<LicenseConversionTask> |
getLicenseConversionTasks()
Information about the license configuration tasks for your account.
|
String |
getNextToken()
Token for the next set of results.
|
int |
hashCode() |
void |
setLicenseConversionTasks(Collection<LicenseConversionTask> licenseConversionTasks)
Information about the license configuration tasks for your account.
|
void |
setNextToken(String nextToken)
Token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListLicenseConversionTasksResult |
withLicenseConversionTasks(Collection<LicenseConversionTask> licenseConversionTasks)
Information about the license configuration tasks for your account.
|
ListLicenseConversionTasksResult |
withLicenseConversionTasks(LicenseConversionTask... licenseConversionTasks)
Information about the license configuration tasks for your account.
|
ListLicenseConversionTasksResult |
withNextToken(String nextToken)
Token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<LicenseConversionTask> getLicenseConversionTasks()
Information about the license configuration tasks for your account.
public void setLicenseConversionTasks(Collection<LicenseConversionTask> licenseConversionTasks)
Information about the license configuration tasks for your account.
licenseConversionTasks - Information about the license configuration tasks for your account.public ListLicenseConversionTasksResult withLicenseConversionTasks(LicenseConversionTask... licenseConversionTasks)
Information about the license configuration tasks for your account.
NOTE: This method appends the values to the existing list (if any). Use
setLicenseConversionTasks(java.util.Collection) or
withLicenseConversionTasks(java.util.Collection) if you want to override the existing values.
licenseConversionTasks - Information about the license configuration tasks for your account.public ListLicenseConversionTasksResult withLicenseConversionTasks(Collection<LicenseConversionTask> licenseConversionTasks)
Information about the license configuration tasks for your account.
licenseConversionTasks - Information about the license configuration tasks for your account.public void setNextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.public String getNextToken()
Token for the next set of results.
public ListLicenseConversionTasksResult withNextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.public String toString()
toString in class ObjectObject.toString()public ListLicenseConversionTasksResult clone()