@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkloadProfile extends Object implements Serializable, Cloneable, StructuredPojo
The profile associated with a workload.
| Constructor and Description | 
|---|
| WorkloadProfile() | 
| Modifier and Type | Method and Description | 
|---|---|
| WorkloadProfile | clone() | 
| boolean | equals(Object obj) | 
| String | getProfileArn()
 The profile ARN. | 
| String | getProfileVersion()
 The profile version. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setProfileArn(String profileArn)
 The profile ARN. | 
| void | setProfileVersion(String profileVersion)
 The profile version. | 
| String | toString()Returns a string representation of this object. | 
| WorkloadProfile | withProfileArn(String profileArn)
 The profile ARN. | 
| WorkloadProfile | withProfileVersion(String profileVersion)
 The profile version. | 
public void setProfileArn(String profileArn)
The profile ARN.
profileArn - The profile ARN.public String getProfileArn()
The profile ARN.
public WorkloadProfile withProfileArn(String profileArn)
The profile ARN.
profileArn - The profile ARN.public void setProfileVersion(String profileVersion)
The profile version.
profileVersion - The profile version.public String getProfileVersion()
The profile version.
public WorkloadProfile withProfileVersion(String profileVersion)
The profile version.
profileVersion - The profile version.public String toString()
toString in class ObjectObject.toString()public WorkloadProfile clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.