@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeComponentConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeComponentConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeComponentConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getComponentConfiguration()
The configuration settings of the component.
|
Boolean |
getMonitor()
Indicates whether the application component is monitored.
|
String |
getTier()
The tier of the application component.
|
int |
hashCode() |
Boolean |
isMonitor()
Indicates whether the application component is monitored.
|
void |
setComponentConfiguration(String componentConfiguration)
The configuration settings of the component.
|
void |
setMonitor(Boolean monitor)
Indicates whether the application component is monitored.
|
void |
setTier(String tier)
The tier of the application component.
|
String |
toString()
Returns a string representation of this object.
|
DescribeComponentConfigurationResult |
withComponentConfiguration(String componentConfiguration)
The configuration settings of the component.
|
DescribeComponentConfigurationResult |
withMonitor(Boolean monitor)
Indicates whether the application component is monitored.
|
DescribeComponentConfigurationResult |
withTier(String tier)
The tier of the application component.
|
DescribeComponentConfigurationResult |
withTier(Tier tier)
The tier of the application component.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeComponentConfigurationResult()
public void setMonitor(Boolean monitor)
Indicates whether the application component is monitored.
monitor - Indicates whether the application component is monitored.public Boolean getMonitor()
Indicates whether the application component is monitored.
public DescribeComponentConfigurationResult withMonitor(Boolean monitor)
Indicates whether the application component is monitored.
monitor - Indicates whether the application component is monitored.public Boolean isMonitor()
Indicates whether the application component is monitored.
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 DEFAULTTierpublic 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 DEFAULTTierpublic DescribeComponentConfigurationResult 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 DEFAULTTierpublic DescribeComponentConfigurationResult 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 DEFAULTTierpublic void setComponentConfiguration(String componentConfiguration)
The configuration settings of the component. The value is the escaped JSON of the configuration.
componentConfiguration - The configuration settings of the component. The value is the escaped JSON of the configuration.public String getComponentConfiguration()
The configuration settings of the component. The value is the escaped JSON of the configuration.
public DescribeComponentConfigurationResult withComponentConfiguration(String componentConfiguration)
The configuration settings of the component. The value is the escaped JSON of the configuration.
componentConfiguration - The configuration settings of the component. The value is the escaped JSON of the configuration.public String toString()
toString in class ObjectObject.toString()public DescribeComponentConfigurationResult clone()