Class DescribeComponentConfigurationRecommendationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsRequest
-
- software.amazon.awssdk.services.applicationinsights.model.DescribeComponentConfigurationRecommendationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeComponentConfigurationRecommendationRequest.Builder,DescribeComponentConfigurationRecommendationRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeComponentConfigurationRecommendationRequest extends ApplicationInsightsRequest implements ToCopyableBuilder<DescribeComponentConfigurationRecommendationRequest.Builder,DescribeComponentConfigurationRecommendationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeComponentConfigurationRecommendationRequest.Builder
-
Method Summary
-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
resourceGroupName
public final String resourceGroupName()
The name of the resource group.
- Returns:
- The name of the resource group.
-
componentName
public final String componentName()
The name of the component.
- Returns:
- The name of the component.
-
tier
public final Tier tier()
The tier of the application component.
If the service returns an enum value that is not available in the current SDK version,
tierwill returnTier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtierAsString().- Returns:
- The tier of the application component.
- See Also:
Tier
-
tierAsString
public final String tierAsString()
The tier of the application component.
If the service returns an enum value that is not available in the current SDK version,
tierwill returnTier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtierAsString().- Returns:
- The tier of the application component.
- See Also:
Tier
-
workloadName
public final String workloadName()
The name of the workload.
- Returns:
- The name of the workload.
-
recommendationType
public final RecommendationType recommendationType()
The recommended configuration type.
If the service returns an enum value that is not available in the current SDK version,
recommendationTypewill returnRecommendationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrecommendationTypeAsString().- Returns:
- The recommended configuration type.
- See Also:
RecommendationType
-
recommendationTypeAsString
public final String recommendationTypeAsString()
The recommended configuration type.
If the service returns an enum value that is not available in the current SDK version,
recommendationTypewill returnRecommendationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrecommendationTypeAsString().- Returns:
- The recommended configuration type.
- See Also:
RecommendationType
-
toBuilder
public DescribeComponentConfigurationRecommendationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeComponentConfigurationRecommendationRequest.Builder,DescribeComponentConfigurationRecommendationRequest>- Specified by:
toBuilderin classApplicationInsightsRequest
-
builder
public static DescribeComponentConfigurationRecommendationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeComponentConfigurationRecommendationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-