JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.gamelift.model

Class StopFleetActionsRequest

    • Constructor Detail

      • StopFleetActionsRequest

        public StopFleetActionsRequest()
    • Method Detail

      • setFleetId

        public void setFleetId(String fleetId)

        A unique identifier for the fleet to stop actions on. You can use either the fleet ID or ARN value.

        Parameters:
        fleetId - A unique identifier for the fleet to stop actions on. You can use either the fleet ID or ARN value.
      • getFleetId

        public String getFleetId()

        A unique identifier for the fleet to stop actions on. You can use either the fleet ID or ARN value.

        Returns:
        A unique identifier for the fleet to stop actions on. You can use either the fleet ID or ARN value.
      • withFleetId

        public StopFleetActionsRequest withFleetId(String fleetId)

        A unique identifier for the fleet to stop actions on. You can use either the fleet ID or ARN value.

        Parameters:
        fleetId - A unique identifier for the fleet to stop actions on. You can use either the fleet ID or ARN value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getActions

        public List<String> getActions()

        List of actions to suspend on the fleet.

        Returns:
        List of actions to suspend on the fleet.
        See Also:
        FleetAction
      • setActions

        public void setActions(Collection<String> actions)

        List of actions to suspend on the fleet.

        Parameters:
        actions - List of actions to suspend on the fleet.
        See Also:
        FleetAction
      • withActions

        public StopFleetActionsRequest withActions(Collection<String> actions)

        List of actions to suspend on the fleet.

        Parameters:
        actions - List of actions to suspend on the fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FleetAction
      • withActions

        public StopFleetActionsRequest withActions(FleetAction... actions)

        List of actions to suspend on the fleet.

        Parameters:
        actions - List of actions to suspend on the fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FleetAction
      • setLocation

        public void setLocation(String location)

        The fleet location to stop fleet actions for. Specify a location in the form of an Amazon Web Services Region code, such as us-west-2.

        Parameters:
        location - The fleet location to stop fleet actions for. Specify a location in the form of an Amazon Web Services Region code, such as us-west-2.
      • getLocation

        public String getLocation()

        The fleet location to stop fleet actions for. Specify a location in the form of an Amazon Web Services Region code, such as us-west-2.

        Returns:
        The fleet location to stop fleet actions for. Specify a location in the form of an Amazon Web Services Region code, such as us-west-2.
      • withLocation

        public StopFleetActionsRequest withLocation(String location)

        The fleet location to stop fleet actions for. Specify a location in the form of an Amazon Web Services Region code, such as us-west-2.

        Parameters:
        location - The fleet location to stop fleet actions for. Specify a location in the form of an Amazon Web Services Region code, such as us-west-2.
        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. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /