@Generated(value="software.amazon.awssdk:codegen") public final class DescribeComponentConfigurationResponse extends ApplicationInsightsResponse implements ToCopyableBuilder<DescribeComponentConfigurationResponse.Builder,DescribeComponentConfigurationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeComponentConfigurationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeComponentConfigurationResponse.Builder |
builder() |
String |
componentConfiguration()
The configuration settings of the component.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
monitor()
Indicates whether the application component is monitored.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeComponentConfigurationResponse.Builder> |
serializableBuilderClass() |
Tier |
tier()
The tier of the application component.
|
String |
tierAsString()
The tier of the application component.
|
DescribeComponentConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Boolean monitor()
Indicates whether the application component is monitored.
public Tier tier()
The tier of the application component. Supported tiers include DOT_NET_CORE,
DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT
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().
DOT_NET_CORE,
DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULTTierpublic String tierAsString()
The tier of the application component. Supported tiers include DOT_NET_CORE,
DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT
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().
DOT_NET_CORE,
DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULTTierpublic String componentConfiguration()
The configuration settings of the component. The value is the escaped JSON of the configuration.
public DescribeComponentConfigurationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeComponentConfigurationResponse.Builder,DescribeComponentConfigurationResponse>toBuilder in class AwsResponsepublic static DescribeComponentConfigurationResponse.Builder builder()
public static Class<? extends DescribeComponentConfigurationResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.