@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProjectFleet extends Object implements Serializable, Cloneable, StructuredPojo
Information about the compute fleet of the build project. For more information, see Working with reserved capacity in CodeBuild.
Constructor and Description |
---|
ProjectFleet() |
Modifier and Type | Method and Description |
---|---|
ProjectFleet |
clone() |
boolean |
equals(Object obj) |
String |
getFleetArn()
Specifies the compute fleet ARN for the build project.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFleetArn(String fleetArn)
Specifies the compute fleet ARN for the build project.
|
String |
toString()
Returns a string representation of this object.
|
ProjectFleet |
withFleetArn(String fleetArn)
Specifies the compute fleet ARN for the build project.
|
public void setFleetArn(String fleetArn)
Specifies the compute fleet ARN for the build project.
fleetArn
- Specifies the compute fleet ARN for the build project.public String getFleetArn()
Specifies the compute fleet ARN for the build project.
public ProjectFleet withFleetArn(String fleetArn)
Specifies the compute fleet ARN for the build project.
fleetArn
- Specifies the compute fleet ARN for the build project.public String toString()
toString
in class Object
Object.toString()
public ProjectFleet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.