@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about the type of monitoring for instances in the group.
Constructor and Description |
---|
AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails() |
Modifier and Type | Method and Description |
---|---|
AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
If set to
true , then instances in the group launch with detailed monitoring. |
int |
hashCode() |
Boolean |
isEnabled()
If set to
true , then instances in the group launch with detailed monitoring. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnabled(Boolean enabled)
If set to
true , then instances in the group launch with detailed monitoring. |
String |
toString()
Returns a string representation of this object.
|
AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails |
withEnabled(Boolean enabled)
If set to
true , then instances in the group launch with detailed monitoring. |
public AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails()
public void setEnabled(Boolean enabled)
If set to true
, then instances in the group launch with detailed monitoring.
If set to false
, then instances in the group launch with basic monitoring.
enabled
- If set to true
, then instances in the group launch with detailed monitoring.
If set to false
, then instances in the group launch with basic monitoring.
public Boolean getEnabled()
If set to true
, then instances in the group launch with detailed monitoring.
If set to false
, then instances in the group launch with basic monitoring.
true
, then instances in the group launch with detailed monitoring.
If set to false
, then instances in the group launch with basic monitoring.
public AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails withEnabled(Boolean enabled)
If set to true
, then instances in the group launch with detailed monitoring.
If set to false
, then instances in the group launch with basic monitoring.
enabled
- If set to true
, then instances in the group launch with detailed monitoring.
If set to false
, then instances in the group launch with basic monitoring.
public Boolean isEnabled()
If set to true
, then instances in the group launch with detailed monitoring.
If set to false
, then instances in the group launch with basic monitoring.
true
, then instances in the group launch with detailed monitoring.
If set to false
, then instances in the group launch with basic monitoring.
public String toString()
toString
in class Object
Object.toString()
public AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.