Class CreateFleetResult

    • Constructor Detail

      • CreateFleetResult

        public CreateFleetResult()
    • Method Detail

      • setFleetAttributes

        public void setFleetAttributes​(FleetAttributes fleetAttributes)

        Properties for the newly created fleet.

        Parameters:
        fleetAttributes - Properties for the newly created fleet.
      • getFleetAttributes

        public FleetAttributes getFleetAttributes()

        Properties for the newly created fleet.

        Returns:
        Properties for the newly created fleet.
      • withFleetAttributes

        public CreateFleetResult withFleetAttributes​(FleetAttributes fleetAttributes)

        Properties for the newly created fleet.

        Parameters:
        fleetAttributes - Properties for the newly created fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object