@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 |
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.
|
DescribeComponentConfigurationRecommendationRequest |
withTier(Tier tier)
The tier of the application component.
|
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. Supported tiers include DOT_NET_CORE
,
DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and DEFAULT
.
tier
- The tier of the application component. Supported tiers include DOT_NET_CORE
,
DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and DEFAULT
.Tier
public String getTier()
The tier of the application component. Supported tiers include DOT_NET_CORE
,
DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and DEFAULT
.
DOT_NET_CORE
,
DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and DEFAULT
.Tier
public DescribeComponentConfigurationRecommendationRequest withTier(String tier)
The tier of the application component. Supported tiers include DOT_NET_CORE
,
DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and DEFAULT
.
tier
- The tier of the application component. Supported tiers include DOT_NET_CORE
,
DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and DEFAULT
.Tier
public DescribeComponentConfigurationRecommendationRequest withTier(Tier tier)
The tier of the application component. Supported tiers include DOT_NET_CORE
,
DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and DEFAULT
.
tier
- The tier of the application component. Supported tiers include DOT_NET_CORE
,
DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and DEFAULT
.Tier
public String toString()
toString
in class Object
Object.toString()
public DescribeComponentConfigurationRecommendationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()