@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() |
boolean |
equals(Object obj) |
String |
getComponentName()
The name of the component.
|
String |
getResourceGroupName()
The name of the resource group.
|
String |
getTier()
The tier of the application component.
|
int |
hashCode() |
void |
setComponentName(String componentName)
The name of the component.
|
void |
setResourceGroupName(String resourceGroupName)
The name of the resource group.
|
void |
setTier(String tier)
The tier of the application component.
|
String |
toString()
Returns a string representation of this object.
|
DescribeComponentConfigurationRecommendationRequest |
withComponentName(String componentName)
The name of the component.
|
DescribeComponentConfigurationRecommendationRequest |
withResourceGroupName(String resourceGroupName)
The name of the resource group.
|
DescribeComponentConfigurationRecommendationRequest |
withTier(String tier)
The tier of the application component.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic 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. Supported tiers include DOT_NET_WORKER,
DOT_NET_WEB_TIER, SQL_SERVER, and DEFAULT.
tier - The tier of the application component. Supported tiers include DOT_NET_WORKER,
DOT_NET_WEB_TIER, SQL_SERVER, and DEFAULT.public String getTier()
The tier of the application component. Supported tiers include DOT_NET_WORKER,
DOT_NET_WEB_TIER, SQL_SERVER, and DEFAULT.
DOT_NET_WORKER,
DOT_NET_WEB_TIER, SQL_SERVER, and DEFAULT.public DescribeComponentConfigurationRecommendationRequest withTier(String tier)
The tier of the application component. Supported tiers include DOT_NET_WORKER,
DOT_NET_WEB_TIER, SQL_SERVER, and DEFAULT.
tier - The tier of the application component. Supported tiers include DOT_NET_WORKER,
DOT_NET_WEB_TIER, SQL_SERVER, and DEFAULT.public String toString()
toString in class ObjectObject.toString()public DescribeComponentConfigurationRecommendationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.