Ecs\Request\V20140526\DescribeInstancesRequest::setDeviceAvailable PHP Method

setDeviceAvailable() public method

public setDeviceAvailable ( $deviceAvailable )
    public function setDeviceAvailable($deviceAvailable)
    {
        $this->deviceAvailable = $deviceAvailable;
        $this->queryParameters["DeviceAvailable"] = $deviceAvailable;
    }