Class DescribeComponentConfigurationResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsResponse
-
- software.amazon.awssdk.services.applicationinsights.model.DescribeComponentConfigurationResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeComponentConfigurationResponse.Builder,DescribeComponentConfigurationResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeComponentConfigurationResponse extends ApplicationInsightsResponse implements ToCopyableBuilder<DescribeComponentConfigurationResponse.Builder,DescribeComponentConfigurationResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeComponentConfigurationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeComponentConfigurationResponse.Builderbuilder()StringcomponentConfiguration()The configuration settings of the component.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Booleanmonitor()Indicates whether the application component is monitored.List<SdkField<?>>sdkFields()static Class<? extends DescribeComponentConfigurationResponse.Builder>serializableBuilderClass()Tiertier()The tier of the application component.StringtierAsString()The tier of the application component.DescribeComponentConfigurationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
monitor
public final Boolean monitor()
Indicates whether the application component is monitored.
- Returns:
- Indicates whether the application component is monitored.
-
tier
public final Tier tier()
The tier of the application component. Supported tiers include
DOT_NET_CORE,DOT_NET_WORKER,DOT_NET_WEB,SQL_SERVER, andDEFAULTIf 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. Supported tiers include
DOT_NET_CORE,DOT_NET_WORKER,DOT_NET_WEB,SQL_SERVER, andDEFAULT - See Also:
Tier
-
tierAsString
public final String tierAsString()
The tier of the application component. Supported tiers include
DOT_NET_CORE,DOT_NET_WORKER,DOT_NET_WEB,SQL_SERVER, andDEFAULTIf 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. Supported tiers include
DOT_NET_CORE,DOT_NET_WORKER,DOT_NET_WEB,SQL_SERVER, andDEFAULT - See Also:
Tier
-
componentConfiguration
public final String componentConfiguration()
The configuration settings of the component. The value is the escaped JSON of the configuration.
- Returns:
- The configuration settings of the component. The value is the escaped JSON of the configuration.
-
toBuilder
public DescribeComponentConfigurationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeComponentConfigurationResponse.Builder,DescribeComponentConfigurationResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeComponentConfigurationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeComponentConfigurationResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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 classSdkResponse
-
-