@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkloadDiscoveryConfig extends Object implements Serializable, Cloneable, StructuredPojo
Discovery configuration associated to the workload.
Constructor and Description |
---|
WorkloadDiscoveryConfig() |
Modifier and Type | Method and Description |
---|---|
WorkloadDiscoveryConfig |
clone() |
boolean |
equals(Object obj) |
String |
getTrustedAdvisorIntegrationStatus()
Discovery integration status in respect to Trusted Advisor for the workload.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTrustedAdvisorIntegrationStatus(String trustedAdvisorIntegrationStatus)
Discovery integration status in respect to Trusted Advisor for the workload.
|
String |
toString()
Returns a string representation of this object.
|
WorkloadDiscoveryConfig |
withTrustedAdvisorIntegrationStatus(String trustedAdvisorIntegrationStatus)
Discovery integration status in respect to Trusted Advisor for the workload.
|
WorkloadDiscoveryConfig |
withTrustedAdvisorIntegrationStatus(TrustedAdvisorIntegrationStatus trustedAdvisorIntegrationStatus)
Discovery integration status in respect to Trusted Advisor for the workload.
|
public void setTrustedAdvisorIntegrationStatus(String trustedAdvisorIntegrationStatus)
Discovery integration status in respect to Trusted Advisor for the workload.
trustedAdvisorIntegrationStatus
- Discovery integration status in respect to Trusted Advisor for the workload.TrustedAdvisorIntegrationStatus
public String getTrustedAdvisorIntegrationStatus()
Discovery integration status in respect to Trusted Advisor for the workload.
TrustedAdvisorIntegrationStatus
public WorkloadDiscoveryConfig withTrustedAdvisorIntegrationStatus(String trustedAdvisorIntegrationStatus)
Discovery integration status in respect to Trusted Advisor for the workload.
trustedAdvisorIntegrationStatus
- Discovery integration status in respect to Trusted Advisor for the workload.TrustedAdvisorIntegrationStatus
public WorkloadDiscoveryConfig withTrustedAdvisorIntegrationStatus(TrustedAdvisorIntegrationStatus trustedAdvisorIntegrationStatus)
Discovery integration status in respect to Trusted Advisor for the workload.
trustedAdvisorIntegrationStatus
- Discovery integration status in respect to Trusted Advisor for the workload.TrustedAdvisorIntegrationStatus
public String toString()
toString
in class Object
Object.toString()
public WorkloadDiscoveryConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.