public class EmrClusterInstanceFleet extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for emrClusterInstanceFleet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="emrClusterInstanceFleet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="instanceFleetType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="targetOnDemandCapacity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="targetSpotCapacity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="provisionedOnDemandCapacity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="provisionedSpotCapacity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="instanceFleetStatus" type="{}emrClusterInstanceFleetStatus" minOccurs="0"/>
<element name="instanceTypeSpecifications" type="{}emrClusterInstanceTypeSpecifications" minOccurs="0"/>
<element name="launchSpecifications" type="{}emrClusterInstanceFleetProvisioningSpecifications" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected EmrClusterInstanceFleetStatus |
instanceFleetStatus |
protected String |
instanceFleetType |
protected List<EmrClusterInstanceTypeSpecification> |
instanceTypeSpecifications |
protected EmrClusterInstanceFleetProvisioningSpecifications |
launchSpecifications |
protected String |
name |
protected Integer |
provisionedOnDemandCapacity |
protected Integer |
provisionedSpotCapacity |
protected Integer |
targetOnDemandCapacity |
protected Integer |
targetSpotCapacity |
| Constructor and Description |
|---|
EmrClusterInstanceFleet()
Default no-arg constructor
|
EmrClusterInstanceFleet(String id,
String name,
String instanceFleetType,
Integer targetOnDemandCapacity,
Integer targetSpotCapacity,
Integer provisionedOnDemandCapacity,
Integer provisionedSpotCapacity,
EmrClusterInstanceFleetStatus instanceFleetStatus,
List<EmrClusterInstanceTypeSpecification> instanceTypeSpecifications,
EmrClusterInstanceFleetProvisioningSpecifications launchSpecifications)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getId()
Gets the value of the id property.
|
EmrClusterInstanceFleetStatus |
getInstanceFleetStatus()
Gets the value of the instanceFleetStatus property.
|
String |
getInstanceFleetType()
Gets the value of the instanceFleetType property.
|
List<EmrClusterInstanceTypeSpecification> |
getInstanceTypeSpecifications() |
EmrClusterInstanceFleetProvisioningSpecifications |
getLaunchSpecifications()
Gets the value of the launchSpecifications property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getProvisionedOnDemandCapacity()
Gets the value of the provisionedOnDemandCapacity property.
|
Integer |
getProvisionedSpotCapacity()
Gets the value of the provisionedSpotCapacity property.
|
Integer |
getTargetOnDemandCapacity()
Gets the value of the targetOnDemandCapacity property.
|
Integer |
getTargetSpotCapacity()
Gets the value of the targetSpotCapacity property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setId(String value)
Sets the value of the id property.
|
void |
setInstanceFleetStatus(EmrClusterInstanceFleetStatus value)
Sets the value of the instanceFleetStatus property.
|
void |
setInstanceFleetType(String value)
Sets the value of the instanceFleetType property.
|
void |
setInstanceTypeSpecifications(List<EmrClusterInstanceTypeSpecification> instanceTypeSpecifications) |
void |
setLaunchSpecifications(EmrClusterInstanceFleetProvisioningSpecifications value)
Sets the value of the launchSpecifications property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProvisionedOnDemandCapacity(Integer value)
Sets the value of the provisionedOnDemandCapacity property.
|
void |
setProvisionedSpotCapacity(Integer value)
Sets the value of the provisionedSpotCapacity property.
|
void |
setTargetOnDemandCapacity(Integer value)
Sets the value of the targetOnDemandCapacity property.
|
void |
setTargetSpotCapacity(Integer value)
Sets the value of the targetSpotCapacity property.
|
String |
toString() |
protected String id
protected String name
protected String instanceFleetType
protected Integer targetOnDemandCapacity
protected Integer targetSpotCapacity
protected Integer provisionedOnDemandCapacity
protected Integer provisionedSpotCapacity
protected EmrClusterInstanceFleetStatus instanceFleetStatus
protected List<EmrClusterInstanceTypeSpecification> instanceTypeSpecifications
protected EmrClusterInstanceFleetProvisioningSpecifications launchSpecifications
public EmrClusterInstanceFleet()
public EmrClusterInstanceFleet(String id, String name, String instanceFleetType, Integer targetOnDemandCapacity, Integer targetSpotCapacity, Integer provisionedOnDemandCapacity, Integer provisionedSpotCapacity, EmrClusterInstanceFleetStatus instanceFleetStatus, List<EmrClusterInstanceTypeSpecification> instanceTypeSpecifications, EmrClusterInstanceFleetProvisioningSpecifications launchSpecifications)
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getInstanceFleetType()
Stringpublic void setInstanceFleetType(String value)
value - allowed object is
Stringpublic Integer getTargetOnDemandCapacity()
Integerpublic void setTargetOnDemandCapacity(Integer value)
value - allowed object is
Integerpublic Integer getTargetSpotCapacity()
Integerpublic void setTargetSpotCapacity(Integer value)
value - allowed object is
Integerpublic Integer getProvisionedOnDemandCapacity()
Integerpublic void setProvisionedOnDemandCapacity(Integer value)
value - allowed object is
Integerpublic Integer getProvisionedSpotCapacity()
Integerpublic void setProvisionedSpotCapacity(Integer value)
value - allowed object is
Integerpublic EmrClusterInstanceFleetStatus getInstanceFleetStatus()
EmrClusterInstanceFleetStatuspublic void setInstanceFleetStatus(EmrClusterInstanceFleetStatus value)
value - allowed object is
EmrClusterInstanceFleetStatuspublic EmrClusterInstanceFleetProvisioningSpecifications getLaunchSpecifications()
EmrClusterInstanceFleetProvisioningSpecificationspublic void setLaunchSpecifications(EmrClusterInstanceFleetProvisioningSpecifications value)
value - allowed object is
EmrClusterInstanceFleetProvisioningSpecificationspublic List<EmrClusterInstanceTypeSpecification> getInstanceTypeSpecifications()
public void setInstanceTypeSpecifications(List<EmrClusterInstanceTypeSpecification> instanceTypeSpecifications)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2Copyright © 2019. All rights reserved.