Class UpdateFleetPortSettingsRequest

    • Constructor Detail

      • UpdateFleetPortSettingsRequest

        public UpdateFleetPortSettingsRequest()
    • Method Detail

      • setFleetId

        public void setFleetId​(String fleetId)

        Unique identifier for the fleet you want to update port settings for.

        Parameters:
        fleetId - Unique identifier for the fleet you want to update port settings for.
      • getFleetId

        public String getFleetId()

        Unique identifier for the fleet you want to update port settings for.

        Returns:
        Unique identifier for the fleet you want to update port settings for.
      • withFleetId

        public UpdateFleetPortSettingsRequest withFleetId​(String fleetId)

        Unique identifier for the fleet you want to update port settings for.

        Parameters:
        fleetId - Unique identifier for the fleet you want to update port settings for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getInboundPermissionAuthorizations

        public List<IpPermission> getInboundPermissionAuthorizations()

        Collection of port settings to be added to the fleet record.

        Returns:
        Collection of port settings to be added to the fleet record.
      • setInboundPermissionAuthorizations

        public void setInboundPermissionAuthorizations​(Collection<IpPermission> inboundPermissionAuthorizations)

        Collection of port settings to be added to the fleet record.

        Parameters:
        inboundPermissionAuthorizations - Collection of port settings to be added to the fleet record.
      • withInboundPermissionAuthorizations

        public UpdateFleetPortSettingsRequest withInboundPermissionAuthorizations​(Collection<IpPermission> inboundPermissionAuthorizations)

        Collection of port settings to be added to the fleet record.

        Parameters:
        inboundPermissionAuthorizations - Collection of port settings to be added to the fleet record.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getInboundPermissionRevocations

        public List<IpPermission> getInboundPermissionRevocations()

        Collection of port settings to be removed from the fleet record.

        Returns:
        Collection of port settings to be removed from the fleet record.
      • setInboundPermissionRevocations

        public void setInboundPermissionRevocations​(Collection<IpPermission> inboundPermissionRevocations)

        Collection of port settings to be removed from the fleet record.

        Parameters:
        inboundPermissionRevocations - Collection of port settings to be removed from the fleet record.
      • withInboundPermissionRevocations

        public UpdateFleetPortSettingsRequest withInboundPermissionRevocations​(Collection<IpPermission> inboundPermissionRevocations)

        Collection of port settings to be removed from the fleet record.

        Parameters:
        inboundPermissionRevocations - Collection of port settings to be removed from the fleet record.
        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