@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkloadData extends Object implements Serializable, Cloneable, StructuredPojo
Describes a workload.
| Constructor and Description | 
|---|
| WorkloadData() | 
| Modifier and Type | Method and Description | 
|---|---|
| WorkloadData | clone() | 
| boolean | equals(Object obj) | 
| String | getDescription()
 The description of a workload. | 
| String | getDisplayName()
 The display name of a workload. | 
| String | getDocumentationUrl()
 The URL of a workload document. | 
| String | getIconUrl()
 The URL of a workload icon. | 
| String | getStatus()
 The status of a workload. | 
| String | getStatusMessage()
 The message about a workload's status. | 
| String | getWorkloadName()
 The name of the workload. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setDescription(String description)
 The description of a workload. | 
| void | setDisplayName(String displayName)
 The display name of a workload. | 
| void | setDocumentationUrl(String documentationUrl)
 The URL of a workload document. | 
| void | setIconUrl(String iconUrl)
 The URL of a workload icon. | 
| void | setStatus(String status)
 The status of a workload. | 
| void | setStatusMessage(String statusMessage)
 The message about a workload's status. | 
| void | setWorkloadName(String workloadName)
 The name of the workload. | 
| String | toString()Returns a string representation of this object. | 
| WorkloadData | withDescription(String description)
 The description of a workload. | 
| WorkloadData | withDisplayName(String displayName)
 The display name of a workload. | 
| WorkloadData | withDocumentationUrl(String documentationUrl)
 The URL of a workload document. | 
| WorkloadData | withIconUrl(String iconUrl)
 The URL of a workload icon. | 
| WorkloadData | withStatus(String status)
 The status of a workload. | 
| WorkloadData | withStatus(WorkloadStatus status)
 The status of a workload. | 
| WorkloadData | withStatusMessage(String statusMessage)
 The message about a workload's status. | 
| WorkloadData | withWorkloadName(String workloadName)
 The name of the workload. | 
public void setDescription(String description)
The description of a workload.
description - The description of a workload.public String getDescription()
The description of a workload.
public WorkloadData withDescription(String description)
The description of a workload.
description - The description of a workload.public void setDisplayName(String displayName)
The display name of a workload.
displayName - The display name of a workload.public String getDisplayName()
The display name of a workload.
public WorkloadData withDisplayName(String displayName)
The display name of a workload.
displayName - The display name of a workload.public void setDocumentationUrl(String documentationUrl)
The URL of a workload document.
documentationUrl - The URL of a workload document.public String getDocumentationUrl()
The URL of a workload document.
public WorkloadData withDocumentationUrl(String documentationUrl)
The URL of a workload document.
documentationUrl - The URL of a workload document.public void setIconUrl(String iconUrl)
The URL of a workload icon.
iconUrl - The URL of a workload icon.public String getIconUrl()
The URL of a workload icon.
public WorkloadData withIconUrl(String iconUrl)
The URL of a workload icon.
iconUrl - The URL of a workload icon.public void setStatus(String status)
The status of a workload.
status - The status of a workload.WorkloadStatuspublic String getStatus()
The status of a workload.
WorkloadStatuspublic WorkloadData withStatus(String status)
The status of a workload.
status - The status of a workload.WorkloadStatuspublic WorkloadData withStatus(WorkloadStatus status)
The status of a workload.
status - The status of a workload.WorkloadStatuspublic void setStatusMessage(String statusMessage)
The message about a workload's status.
statusMessage - The message about a workload's status.public String getStatusMessage()
The message about a workload's status.
public WorkloadData withStatusMessage(String statusMessage)
The message about a workload's status.
statusMessage - The message about a workload's status.public void setWorkloadName(String workloadName)
The name of the workload.
workloadName - The name of the workload.public String getWorkloadName()
The name of the workload.
public WorkloadData withWorkloadName(String workloadName)
The name of the workload.
workloadName - The name of the workload.public String toString()
toString in class ObjectObject.toString()public WorkloadData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.