@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeComponentConfigurationRecommendationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
DescribeComponentConfigurationRecommendationResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeComponentConfigurationRecommendationResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getComponentConfiguration()
 The recommended configuration settings of the component. 
 | 
int | 
hashCode()  | 
void | 
setComponentConfiguration(String componentConfiguration)
 The recommended configuration settings of the component. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DescribeComponentConfigurationRecommendationResult | 
withComponentConfiguration(String componentConfiguration)
 The recommended configuration settings of the component. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeComponentConfigurationRecommendationResult()
public void setComponentConfiguration(String componentConfiguration)
The recommended configuration settings of the component. The value is the escaped JSON of the configuration.
componentConfiguration - The recommended configuration settings of the component. The value is the escaped JSON of the
        configuration.public String getComponentConfiguration()
The recommended configuration settings of the component. The value is the escaped JSON of the configuration.
public DescribeComponentConfigurationRecommendationResult withComponentConfiguration(String componentConfiguration)
The recommended configuration settings of the component. The value is the escaped JSON of the configuration.
componentConfiguration - The recommended configuration settings of the component. The value is the escaped JSON of the
        configuration.public String toString()
toString in class ObjectObject.toString()public DescribeComponentConfigurationRecommendationResult clone()