@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkloadConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of the workload.
Constructor and Description |
---|
WorkloadConfiguration() |
Modifier and Type | Method and Description |
---|---|
WorkloadConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getConfiguration()
The configuration settings of the workload.
|
String |
getTier()
The configuration of the workload tier.
|
String |
getWorkloadName()
The name of the workload.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfiguration(String configuration)
The configuration settings of the workload.
|
void |
setTier(String tier)
The configuration of the workload tier.
|
void |
setWorkloadName(String workloadName)
The name of the workload.
|
String |
toString()
Returns a string representation of this object.
|
WorkloadConfiguration |
withConfiguration(String configuration)
The configuration settings of the workload.
|
WorkloadConfiguration |
withTier(String tier)
The configuration of the workload tier.
|
WorkloadConfiguration |
withTier(Tier tier)
The configuration of the workload tier.
|
WorkloadConfiguration |
withWorkloadName(String workloadName)
The name of the workload.
|
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 WorkloadConfiguration withWorkloadName(String workloadName)
The name of the workload.
workloadName
- The name of the workload.public void setTier(String tier)
The configuration of the workload tier.
tier
- The configuration of the workload tier.Tier
public String getTier()
The configuration of the workload tier.
Tier
public WorkloadConfiguration withTier(String tier)
The configuration of the workload tier.
tier
- The configuration of the workload tier.Tier
public WorkloadConfiguration withTier(Tier tier)
The configuration of the workload tier.
tier
- The configuration of the workload tier.Tier
public void setConfiguration(String configuration)
The configuration settings of the workload.
configuration
- The configuration settings of the workload.public String getConfiguration()
The configuration settings of the workload.
public WorkloadConfiguration withConfiguration(String configuration)
The configuration settings of the workload.
configuration
- The configuration settings of the workload.public String toString()
toString
in class Object
Object.toString()
public WorkloadConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.