@Generated(value="software.amazon.awssdk:codegen") public final class DescribeComponentConfigurationRecommendationRequest extends ApplicationInsightsRequest implements ToCopyableBuilder<DescribeComponentConfigurationRecommendationRequest.Builder,DescribeComponentConfigurationRecommendationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeComponentConfigurationRecommendationRequest.Builder |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceGroupName()
The name of the resource group.
public final String componentName()
The name of the component.
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, tier will return
Tier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tierAsString().
Tierpublic 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, tier will return
Tier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tierAsString().
Tierpublic final String workloadName()
The name of the workload.
public final RecommendationType recommendationType()
The recommended configuration type.
If the service returns an enum value that is not available in the current SDK version,
recommendationType will return RecommendationType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from recommendationTypeAsString().
RecommendationTypepublic final String recommendationTypeAsString()
The recommended configuration type.
If the service returns an enum value that is not available in the current SDK version,
recommendationType will return RecommendationType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from recommendationTypeAsString().
RecommendationTypepublic DescribeComponentConfigurationRecommendationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeComponentConfigurationRecommendationRequest.Builder,DescribeComponentConfigurationRecommendationRequest>toBuilder in class ApplicationInsightsRequestpublic static DescribeComponentConfigurationRecommendationRequest.Builder builder()
public static Class<? extends DescribeComponentConfigurationRecommendationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.