@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeComponentConfigurationRecommendationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeComponentConfigurationRecommendationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeComponentConfigurationRecommendationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getComponentName()
The name of the component.
|
String |
getRecommendationType()
The recommended configuration type.
|
String |
getResourceGroupName()
The name of the resource group.
|
String |
getTier()
The tier of the application component.
|
String |
getWorkloadName()
The name of the workload.
|
int |
hashCode() |
void |
setComponentName(String componentName)
The name of the component.
|
void |
setRecommendationType(String recommendationType)
The recommended configuration type.
|
void |
setResourceGroupName(String resourceGroupName)
The name of the resource group.
|
void |
setTier(String tier)
The tier of the application component.
|
void |
setWorkloadName(String workloadName)
The name of the workload.
|
String |
toString()
Returns a string representation of this object.
|
DescribeComponentConfigurationRecommendationRequest |
withComponentName(String componentName)
The name of the component.
|
DescribeComponentConfigurationRecommendationRequest |
withRecommendationType(RecommendationType recommendationType)
The recommended configuration type.
|
DescribeComponentConfigurationRecommendationRequest |
withRecommendationType(String recommendationType)
The recommended configuration type.
|
DescribeComponentConfigurationRecommendationRequest |
withResourceGroupName(String resourceGroupName)
The name of the resource group.
|
DescribeComponentConfigurationRecommendationRequest |
withTier(String tier)
The tier of the application component.
|
DescribeComponentConfigurationRecommendationRequest |
withTier(Tier tier)
The tier of the application component.
|
DescribeComponentConfigurationRecommendationRequest |
withWorkloadName(String workloadName)
The name of the workload.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeComponentConfigurationRecommendationRequest()
public void setResourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName
- The name of the resource group.public String getResourceGroupName()
The name of the resource group.
public DescribeComponentConfigurationRecommendationRequest withResourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName
- The name of the resource group.public void setComponentName(String componentName)
The name of the component.
componentName
- The name of the component.public String getComponentName()
The name of the component.
public DescribeComponentConfigurationRecommendationRequest withComponentName(String componentName)
The name of the component.
componentName
- The name of the component.public void setTier(String tier)
The tier of the application component.
tier
- The tier of the application component.Tier
public String getTier()
The tier of the application component.
Tier
public DescribeComponentConfigurationRecommendationRequest withTier(String tier)
The tier of the application component.
tier
- The tier of the application component.Tier
public DescribeComponentConfigurationRecommendationRequest withTier(Tier tier)
The tier of the application component.
tier
- The tier of the application component.Tier
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 DescribeComponentConfigurationRecommendationRequest withWorkloadName(String workloadName)
The name of the workload.
workloadName
- The name of the workload.public void setRecommendationType(String recommendationType)
The recommended configuration type.
recommendationType
- The recommended configuration type.RecommendationType
public String getRecommendationType()
The recommended configuration type.
RecommendationType
public DescribeComponentConfigurationRecommendationRequest withRecommendationType(String recommendationType)
The recommended configuration type.
recommendationType
- The recommended configuration type.RecommendationType
public DescribeComponentConfigurationRecommendationRequest withRecommendationType(RecommendationType recommendationType)
The recommended configuration type.
recommendationType
- The recommended configuration type.RecommendationType
public String toString()
toString
in class Object
Object.toString()
public DescribeComponentConfigurationRecommendationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()