@Generated public class InstancePoolFleetAttributes extends Object
| Constructor and Description |
|---|
InstancePoolFleetAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FleetOnDemandOption |
getFleetOnDemandOption() |
FleetSpotOption |
getFleetSpotOption() |
Collection<FleetLaunchTemplateOverride> |
getLaunchTemplateOverrides() |
int |
hashCode() |
InstancePoolFleetAttributes |
setFleetOnDemandOption(FleetOnDemandOption fleetOnDemandOption) |
InstancePoolFleetAttributes |
setFleetSpotOption(FleetSpotOption fleetSpotOption) |
InstancePoolFleetAttributes |
setLaunchTemplateOverrides(Collection<FleetLaunchTemplateOverride> launchTemplateOverrides) |
String |
toString() |
public InstancePoolFleetAttributes setFleetOnDemandOption(FleetOnDemandOption fleetOnDemandOption)
public FleetOnDemandOption getFleetOnDemandOption()
public InstancePoolFleetAttributes setFleetSpotOption(FleetSpotOption fleetSpotOption)
public FleetSpotOption getFleetSpotOption()
public InstancePoolFleetAttributes setLaunchTemplateOverrides(Collection<FleetLaunchTemplateOverride> launchTemplateOverrides)
public Collection<FleetLaunchTemplateOverride> getLaunchTemplateOverrides()
Copyright © 2023. All rights reserved.